Type of file: PDF
Language of the book: English
Description :
WELCOME TO THE SEVENTH EDITION OF C++ Programming: From Problem Analysis to Program Design. Designed for a first Computer Science (CS1) C++ course, this text provides a breath of fresh air to you and your students. The CS1 course serves as the cornerstone of the Computer Science curriculum. My primary goal is to motivate and excite all CSI students, regardless of their level. Motivation breeds excitement for learning. Motivation and excitement are critical factors that lead to the success of the programming student. This text is a culmination and development of my classroom notes throughout more than fifty semesters of teaching successful programming to Computer Science students.
Content:
- An Overview of Computers and Programming Languages
- Basic Elements of C++
- I nput/Output
- Control Structures I (Selection)
- Control Structures II (Repetition)
- User-Defined Functions
- User-Defined Simple Data Types, Namespaces, and the string Type
- Arrays and Strings
- Records (structs)
- Classes and Data Abstraction
- Inheritance and Composition
- Pointers, Classes, Virtual Functions, and Abstract Classes
- Overloading and Templates
- Exception Handling
- Recursion
- Searching, Sorting, and the vector Type
- Linked Lists 18. Stacks and Queues
Post a Comment