C++Primer_Plus_3e.rar
C++深度探索,很好的一本书。 Preface to the Third Edition About the Author Chapter 1—Getting Started Learning C++ A Little History The C Language C Programming Philosophy Object-Oriented Programming Generic Programming C++ Portability and Standards The Mechanics of Creating a Program Creating the Source Code Compilation and Linking UNIX Compiling and Linking Turbo C++ 2.0 and Borland C++ 3.1 (DOS) Windows Compilers Macintosh Compilers Conventions Used in This Book Our System Chapter 2—Setting Out To C++ C++ Initiatio n The main() Function The Function Heading as an Interface Why main() by Any Other Name Is Not the Same C++ Comments The C++ Preprocessor and the iostream File Header Filenames Namespaces C++ Output with cout The Newline Character (\n) C++ Source Code Formatting C++ Source Code Style More About C++ Statements Declaration Statements and Variables The Assignment Statement New Trick for cout More C++ Statements Using cin More cout A Touch of Class Functions Using a Function with a Return Value Function Variations User-Defined Functions Function Form Function Headings User-Defined Function with a Return Value Statement Summary Summary Review Questions Programming Exercises
用户评论