|

Addison-Wesley / Prentice Hall

Computer Science

My Instructor Resource Center :  Log in or request access

C++ How to Program, 3/E
Harvey M. DeitelDeitel & Associates, Inc.
Paul J. DeitelDeitel & Associates, Inc.

ISBN-10: 0130895717
ISBN-13:  9780130895714

Publisher:  Prentice Hall
Copyright:  2001
Format:  Paper; 1168 pp
Published:  08/03/2000

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.

  • 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. Ex.___

  • 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. Ex.___

  • NEW - Now in full-color.
    • Program listings now include syntax coloring of key code, which helps students to interpret the code they examine. Ex.___

  • 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). Ex.___

  • 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. Ex.___

  • 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. Ex.___

  • 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. Ex.___

  • 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. Ex.___

  • 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. Ex.___

  • 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. Ex.___

  • 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. Ex.___

  • Now in full-color.
    • Program listings now include syntax coloring of key code, which helps students to interpret the code they examine. Ex.___

(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.

  • 9780136117261
    C++ How to Program, 7/E
    Deitel & Deitel
    ©2010 | Prentice Hall | Paper Bound w/CD-ROM; 1104 pp | Instock
    ISBN-10: 0136117260 | ISBN-13: 9780136117261
    Brief Description

  • 9780131857582
    Small C++ How to Program, 5/E
    Deitel
    ©2005 | Prentice Hall | Paper; 848 pp | Instock
    ISBN-10: 0131857584 | ISBN-13: 9780131857582
    Brief Description

DR. HARVEY M. DEITEL, CEO of Deitel & Associates, Inc., has 39 years experience in the computing field including extensive industry and academic experience. He is one of the world's leading computer science instructors and seminar presenters. Dr. Deitel earned B.S. and M.S. degrees from the Massachusetts Institute of Technology and a Ph.D. from Boston University. He worked on the pioneering virtual memory operating systems projects at IBM and MIT that developed techniques widely implemented today in systems like UNIX®, Windows NAT,™ OS/2 and Linux. He has 20 years of college teaching experience including earning tenure and serving as the Chairman of the Computer Science Department at Boston College before founding Deitel & Associates, Inc. with Paul J. Deitel. He is author or co-author of several dozen books and multimedia packages and is currently writing five more. With translations published in Japanese, Russian, Spanish, Elementary Chinese, Advanced Chinese, Korean, French, Portuguese, Polish and Italian the Deitels' texts have earned international recognition.

PAUL J. DEITEL, Executive Vice President of Deitel & Associates, Inc., is a graduate of the Massachusetts Institute of Technology's Sloan School of Management where he studied Information Technology. Through Deitel & Associates, Inc. he has delivered Java, C, C++, Internet and World Wide Web courses for industry clients including Compaq, Sun Microsystems, White Sands Missile Range, Rogue Wave Softwave, Computervision, Stratus, Fidelity, Cambridge Technology Partners, Open Environment Corporation, One Wave, Hyperion Software, Lucent Technologies, Adra Systems, Entergy, CableData Systems, NASA at the Kennedy Space Center, the National Severe Storm Center, IBM and many other organizations. He has lectured on C++ and Java for the Boston Chapter of the Association for Computing Machinery, and has taught satellite-based Java courses through a cooperative venture of Deitel & Associates, Inc., Prentice Hall and the Technology Education Network.

The Deitels are co-authors of the best-selling introductory college computer-science programming language textbooks, C How to Program: Third Edition, Java How to Program: Third Edition, Visual Basic 6 How to Program (co-authored with Tem R Nieto) and Internet and World Wide Web How to Program (co-authored with Tem R. Nieto). TheDeitels are also co-authors of the C++ Multimedia Cyber Classroom: Third Edition (the first edition of this was Prentice Hall's first multimedia-based textbook), the Java 2 Multimedia Cyber Classroom: Third Edition, the Visual Basic 6 Multimedia Cyber Classroom and the Internet and World Wide Web Programming Multimedia Cyber Classroom. The Deitels are also co-authors of The Complete C++ Training Course: Third Edition, The Complete Visual Basic 6 Training Course, The Complete Java 2 Training Course: Third Edition and The Complete Internet and World Wide Web Programming Training Course—these products each contain the corresponding How to Program Series textbook and the corresponding Multimedia Cyber Classroom.

The complete, authoritative introduction to C++, OOD and the UML™

These are exciting times in the C++ community with the acceptance of the new ANSI/ISO C++ standard and with the involvement of the Object Management Group™ (OMG™) in the specification of the Unified Modeling Language (UML). This Third Edition of the world's most widely used C++ textbook carefully explains C++'s extraordinary capabilities—including the latest additions to the language and the new ANSI/ISO C++ standard library.

Dr. Harvey M. Deitel and Paul J. Deitel are the principals of Deitel & Associates, Inc., the internationally-recognized corporate training and content-creation organization specializing in C++, Java™, Internet, World Wide Web and object technologies. The Deitels are also the authors of the world's #1 introductory Java, C and Internet programming textbooks—Java How to Program, C How to Program and Internet & World Wide Web How to Program.

In C++ How to Program: Third Edition, the Deitels introduce the fundamentals of object-oriented programming and generic programming in C++. Key topics include:

  • Classes, objects and encapsulation
  • Inheritance and polymorphism
  • Standard Template Library (STL)
  • Object-oriented design with the UML
  • Arrays and strings as full-fledged objects
  • Namespaces and runtime type identification

C++ How to Program helps students build real-world C++ applications. It includes:

  • Hundreds of "live-code" programs with screen captures that show exact outputs
  • Extensive exercises (many with answers) accompanying every chapter
  • Hundreds of tips, recommended practices, and cautions all marked with icons

C++ How to Program is the centerpiece of a complete family of resources for teaching and learning C++, including Web sites (www.deitel.com and www.prenhall.com/deitel) with the book's source-code examples and other information for faculty, students and professional programmers; an optional interactive CD-ROM (C++ Multimedia Cyber Classroom: Third Edition) with solutions to about half the exercises in C++ How to Program, interactivity features—such as thousands of hyperlinks and audio walkthroughs of the hundreds of code examples in C++ How to Program—and e-mail access to the authors at deitel@deitel.com

For information on worldwide corporate on-site seminars and Web-based training offered by Deitel & Associates, Inc., visit: www.deitel.com

Getting Started with Microsoft Visual C++ 6 with an Introduction to MFC, 2/E
Deitel, Deitel, Nieto & Strassberger
©2000 | Prentice Hall | Paper Bound w/CD-ROM; 163 pp | Instock
ISBN-10: 0130132497 | ISBN-13: 9780130132499


For the General Engineering Discipline

ESource Access Pack
Esource
©2001 | Prentice Hall | Paper | Instock
ISBN-10: 0130904007 | ISBN-13: 9780130904003


Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students contact your Pearson Higher Education representative.