|
C++ for Business Programmers 2nd Edition
This book provides a highly readable introduction to C++ programming for beginning business programmers. It guides readers through complete and clear descriptions of sample programs, with a wealth of exercises included along the way to help reinforce the important points of each chapter. Throughout the text, a strong emphasis is placed on business
applications, rather than those in mathematics or computing. Part I (Basic C++) covers the procedural parts of C++. Part II (Object-Oriented Concepts and Programming) introduces object-oriented ideas through the built-in string class. Part III (Object-Oriented Programming) explores the essential object-oriented ideas through inheritance and polymorphism. For beginning programmers using C++ for business.
CONTENTS:
I. Basic C++
1. Introduction to C++
2. Real Numbers
3. Iteration
4. Decision Making
5. Functions
6. Arrays
7. Pointers and C-Strings
8. Pointers, Arrays, and Functions
9. User-Defined Data Types and Tables
II. Object-Oriented Concepts and Programming
10. The string Class; An Introduction to Classes and Objects
11. Programmer-Defined Classes and Objects
12. Manipulating Objects
13. Inheritance
14. Files
15. Special Topics; Friends, Operator Overloading, Macros and Inline Functions
Appendices
A. Computers and Data
B. Program Control
Index
|