Chapter 2. Writing C Programs


Chapter 2. Writing C++ Programs

chapter 1 discussed how C++ programs, such as games, are built. Specifically, it showed that you write C++ statements in text files, use a compiler to convert the text files to object code, and then use a linker to convert the object code to an executable program. In this chapter, you'll get hands-on experience with how this process works. You'll start by writing a simple C++ program; then you'll compile and link your program.



Creating Games in C++(c) A Step-by-Step Guide
Creating Games in C++: A Step-by-Step Guide
ISBN: 0735714347
EAN: 2147483647
Year: N/A
Pages: 148

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net