Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: [Tut]C++


Veteran Member

Status: Offline
Posts: 46
Date: Mar 9, 2011
[Tut]C++
Permalink  
 


So,many people say:
"How to learn C++?

C++ isn't easy and it takes time to learn.But it's very helpful if you know some basics.

So I decided to make a guide(I'm not so good at C++ but I know something I gathered some information that I found on the net)

Contents:
  1. Introduction
  2. What you'll need
  3. What's next?

Introduction.
C++ is an "object oriented" programming language created by Bjarne Stroustrup and released in 1985. It implements "data abstraction" using a concept called "classes", along with other features to allow object-oriented programming. Parts of the C++ program are easily reusable and extensible; existing code is easily modifiable without actually having to change the code. C++ adds a concept called "operator overloading" not seen in the earlier OOP languages and it makes the creation of libraries much cleaner.

What you'll need:



What's Next?

Once you learn all the basic concepts of C++(classes, pointers, virtual function, etc.) it's time to move on to some cool stuff. But make sure you learn the basics first. If you skip over this it's going to come back and bite you in the... well just trust me you NEED to know the basics first. Once you have completed the basics you can move on to DirectX, and some basic Windows API. There is more information here in the Intermediate Concepts of Game Hacking. 


C++ maintains aspects of the C programming language, yet has features which simplify memory management. Additionally, some of the features of C++ allow low-level access to memory but also contain high level features.

C++ could be considered a superset of C. C programs will run in C++ compilers. C uses structured programming concepts and techniques while C++ uses object oriented programming and classes which focus on data. Read about the History of C and also about the History of C++.


__________________

Moderator [X] /yea !
Administrator [ ]
Frederick WT hack owner [ ]
20 posts [X] 50 posts []

Srry for my bad english i'm form Poland ^^


Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard