For Computer Science 1 and other courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference to the C++ language. This best-selling comprehensive text is aimed at readers with little or no programming experience. It teaches programming by emphasizing achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction. top --------------------------------------------------------------------------------Features NEW—An optional case study focusing on object-oriented design using the UML—Illustrates the entire process of object-oriented design from conception and design to programming and implementation. This case study is introduced in Chapter 1 and built upon in the next eight chapters. Introduces readers to the UML and key notational schemes that they will encounter in the real world. NEW—CD-ROM with each text. Includes Microsoft® Visual C++™ 6.0 Introductory Edition software, source code for all the book's examples and hyperlinks to C++ demos and Internet resources. NEW—Now in full-color. Program listings now include syntax coloring of key code, which helps students to interpret the code they examine. Signature “Live Code Approach” —Language features are presented in the context of a wide variety of complete working C++ programs. Features more than 10,000 lines of code in approximately 250 complete working programs. Enables readers to confirm that programs run as expected. Readers can also manipulate the code from the CD-ROM in the back of the book or from the book's Companion Website (www.prenhall.com/deitel). Outstanding, consistent and applied pedagogy—Icons throughout identify Software Engineering Observations, Good Programming Practices, Common Programming Errors, Portability Tips, Performance, Testing and Debugging tips. Provides hundreds of valuable programming tips and facilitates learning. Extensive set of interesting exercises and substantial projects—More than any other C++ book on the market. Readers can apply what they've learned in each chapter. Substantial treatment of the standard template library included—Covers STL containers, container adapters, algorithms, iterators and resources on the Web. Students learn how to use this time-saving feature. Definitive sections on C++ stream-oriented input/output and file processing. Text adheres to the latest draft of the ANSI C++ standards. Provides the student with the most up-to-date coverage. Also available with the award-winning Multimedia Cyber Classroom CD-ROM—In The Complete C++ Training Course, Student Edition, 3/E. Includes many hours of detailed, expert audio descriptions of “live code,” hundreds of self-review questions (half with answers), hundreds of programming exercises (half with answers), hundreds of tips that are marked with icons and show how to write C++ code that's portable, reusable, and optimized for performance, and full-text searching and hyperlinking. top --------------------------------------------------------------------------------Table of Contents (NOTE: Each chapter begins with Objectives, an Outline, and an Introduction and ends with a Summary, Terminology, Common Programming Errors, Good Programming Practices, Performance Tips, Portability Tips, Software Engineering Observations, Self-Review Exercises, Self-Review Exercise Answers, and Exercises.) 1. Introduction to Computers and C++ Programming. 2. Control Structures. 3. Functions. 4. Arrays. 5. Pointers and Strings. 6. Classes and Data Abstraction. 7. Classes: Part II. 8. Operator Overloading. 9. Inheritance. 10. Virtual Functions and Polymorphism. 11. C++ Stream Input/Output. 12. Templates. 13. Exception Handling. 14. File Processing. 15. Data Structures. 16. Bits, Characters, Strings and Structures. 17. The Preprocessor. 18. C Legacy Code Topics. 19. Class String and String Stream Processing. 20. Standard Template Library (STL). 21. Standard C++ Language Additions. Appendix A: Operator Precedence Chart. Appendix B: ASCII Character Set. Appendix C: Number Systems. Appendix D: C++ Internet and Web Resources. Bibliography. Index.