This book/CD-ROM package include the Deitel's best-selling C++: How to Program, 4/e text, and a fully interactive, award-winning Cyber Classroom CD-ROM tutorial. The CD-ROM contains the complete fully-searchable Deitel text along with hundreds of C++ programs, over ten hours of audio code walkthroughs, and extensive problems and examples. The boxed set also includes a Microsoft Visual C++ compiler.
This book was the original bible in the field.
Week | Topic (Chapter/Section) |
1 | Introduction, computer organization, history (1.1 - 1.13) |
2 | Simple programs, arithmetic/equality/relational operators (1.14-1.19) |
3,4 | Control structures (2) |
5,6 | Functions (3) |
7 | Midterm |
8,9 | Arrays (4) |
10,11 | Pointers and Strings (5) |
12 | File processing (14) |
13,14 | Structures, Classes, and Data Abstraction (6) |
15 | Preprocessor, C legacy code topics (17,18) |