Programming In C++ by Dr.P.B. Mhpatra
Book Summary:
The second edition of the book emphasized practical applications. It described the basic features, rather briefly, and focused on synthesizing the knowledge to solve practical problems. An attempt was made to acquaint the reader with philosophy and programming features that contribute to data security, abstraction, modularity, and software reusability. Though some of our readers, with basic knowledge in C++, have appreciated the style, some of our readers, mostly beginners have expressed their desire for a more comprehensive discussion, especially of the fundamentals, with more examples and illustrations.
The audience of the Book :
This book is Useful for Information Technology Textbook.
Table of Contents:
1. Fundamentals of C++ Programs
2. Mathematical and Relational Expressions
3. Flow Control in C++
4. Loops in C++
5. Functions in C++
6. Structures and Unions
7. Data-its Scope and Visibility
8. The Preprocessor
9. Objects and Classes
10. Arrays
11. Pointers in C++
12. Inheritance
13. Pointers to Structures and class Members
14.Operator Overloading
15. Input/Output Preliminaries
16. File Input/Output
17.Virtual Functions
18.Templates
19.Exception Handling
20.Introduction to the STL
Appendix