Starting Out with C++ plus MyProgrammingLab with Pearson eText, International Edition
Fler böcker inom
Format
Mixed media product
Språk
Engelska
Utgivningsdatum
2013-08-14
Upplaga
8
Förlag
Pearson
Medarbetare
Walters, Judy / Muganda, Godfrey
Dimensioner
253 x 203 x 39 mm
Vikt
1939 g
Antal komponenter
2
Komponenter
Paperback (1)
ISBN
9780273794103

Starting Out with C++ plus MyProgrammingLab with Pearson eText, International Edition

Early Objects

Mixed media product,  Engelska, 2013-08-14

Slutsåld

This package includes a physical copy of Starting Out with C++: Early Objects, 8e, by Tony Gaddis, Judy Walters and Godfrey Muganda, as well as access to MyProgrammingLab.

Tony Gaddiss accessible, step-by-step presentation helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the how and the whybut never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs.

In Starting Out with C++: Early Objects, Gaddis covers objects and classes early after functions and before arrays and pointers. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter. This text is intended for either a one-semester accelerated introductory course or a traditional two-semester sequence covering C++ programming.In Starting Out with C++: Early Objects, Gaddis covers objects and classes early after functions and before arrays and pointers. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter. This text is intended for either a one-semester accelerated introductory course or a traditional two-semester sequence covering C++ programming.

NEW! This edition is available with MyProgrammingLab , an innovative online homework and assessment tool. Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming.

Note: If you are purchasing the standalone text or electronic version, MyProgrammingLab does not come automatically packaged with the text. To purchase MyProgrammingLab, please visit: myprogramminglab.com or you can purchase a package of the physical text + MyProgrammingLab by searching the Pearson Higher Education web site . MyProgrammingLab is not a self-paced technology and should only be purchased when required by an instructor.

MyLab and Mastering from Pearson improve results for students and educators. Used by over ten million students, they effectively engage learners at every stage.



MyProgrammingLab is being used in universities all over the world to improv...
Visa hela texten

Kundrecensioner

Fler böcker av Tony Gaddis

Innehållsförteckning

Preface xv
CHAPTER 1 Introduction to Computers and Programming 1
CHAPTER 2 Introduction to C++ 27
CHAPTER 3 Expressions and Interactivity 77
CHAPTER 4 Making Decisions 155
CHAPTER 5 Looping 243
CHAPTER 6 Functions 323
CHAPTER 7 Introduction to Classes and Objects 407
CHAPTER 8 Arrays 503
CHAPTER 9 Searching, Sorting, and Algorithm Analysis 595
CHAPTER 10 Pointers 637
CHAPTER 11 More About Classes and Object-Oriented Programming 695
CHAPTER 12 More on C-Strings and the string Class 789
CHAPTER 13 Advanced File and I/O Operations 837
CHAPTER 14 Recursion 899
CHAPTER 15 Polymorphism and Virtual Functions 933
CHAPTER 16 Exceptions, Templates, and the Standard Template Library (STL) 971
CHAPTER 17 Linked Lists 1021
CHAPTER 18 Stacks and Queues 1069
CHAPTER 19 Binary Trees 1109
Appendix A: The ASCII Character Set 1139
Appendix B: Operator Precedence and Associativity 1143
Appendix C: Answers to Checkpoints 1145
Appendix D: Answers to