Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Starting Out with C++: Early Objects (5th edition) [Repost]

Posted By: ChrisRedfield
Starting Out with C++: Early Objects (5th edition) [Repost]

Tony Gaddis, ‎Judy Walters, ‎Godfrey Muganda - Starting Out with C++: Early Objects (5th edition)
Published: 2005-10-30 | ISBN: 0321383486 | PDF | 1184 pages | 15 MB


Starting Out With C++: Early Objects is intended for either a one semester traditional introductory programming course or a two-semester C++ programming sequence, with introductory material placed in the first half of the text and more advanced topics, such as recursion and data structures, placed in the second half. Objects are introduced early, right after control structures and before arrays and pointers. The STL string class is used throughout. As with all Gaddis books, there is a strong emphasis on problem solving and program design, a careful step-by-step introduction of each new topic, clear and easy to read code listings, concise and practical real world examples, and an abundance of exercises in each chapter.