Game Development Reference
In-Depth Information
Part 1
Procedural Programming
The roots of the C++ programing language come from the C programming language. C provides the
basis for the C++ procedural programming paradigm.
Procedural programming involves using variables and functions to create reusable procedures that
constitute a full program. This part of the topic introduces you to the features provided in C++ that
would allow you to write fully procedural programs.
This part of the topic begins by looking at C++'s built-in types, operators, arrays, pointers and
references, and functions before finally looking at flow control statements and methods of structuring
your programs.
 
Search WWH ::




Custom Search