Quote:
Originally Posted by Mr_Troy
Step 1: Learn English
Step 2: Learn C++
Step 3: Learn Assembly
Step 4: Study the functions of Gunz
Step 5: Start coding
|
Hmm i know english..Thats a start and in know function of gunz. =]
---------- Post added 10-28-2009 at 11:54 AM ----------
C is a programming language originally developed for developing the Unix operating system. It is a low-level and powerful language, but it lacks many modern and useful constructs. C++ is a newer language, based on C, that adds many more modern programming language features that make it easier to program than C.
Basically, C++ maintains all aspects of the C language, while providing new features to programmers that make it easier to write useful and sophisticated programs.
For example, C++ makes it easier to manage memory and adds several features to allow "object-oriented" programming and "generic" programming. Basically, it makes it easier for programmers to stop thinking about the nitty-gritty details of how the machine works and think about the problems they are trying to solve. =]
---------- Post added 10-28-2009 at 12:37 PM ----------
Woot im so happy im almost done. I love google. =]