5.2 Conclusion


5.2 Conclusion

This chapter has demonstrated the basics of C++. Specifically, it has explained how preprocessor directives are used to instruct the compiler how to assemble the code, and more importantly how the #include directive can take code from other files and include them into existing programs to be reused. Furthermore, it has explained how program execution begins and ends at the main function and how code included between its braces ({}) is said to be contained within the function. The next chapter considers C++ in more detail.




Introduction to Game Programming with C++
Introduction to Game Programming with C++ (Wordware Game Developers Library)
ISBN: 1598220322
EAN: 2147483647
Year: 2007
Pages: 225
Authors: Alan Thorn

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