Object Oriented Programming with C++ ANSI / ISO Standard by R. Subburaj
Book Summary:
This is a comprehensive book on C++. It serves the needs of both new and experienced programmers to understand the concepts of this power-packed language. It addresses the latest revisions to the Standard C++ language. The twin features of this language, namely, procedure-oriented and object-oriented programming, have been brought out in a very crisp manner. The book intends to remove the fear of 'containers' from the minds of programmers and enable them to use the concept unambiguously and effectively. More than 200 programs have been included in the book after ensuring their correctness with standard C++ compatible compilers, such as gnu g++ and Code::Blocks. This student-friendly book has no prerequisites and contains all that is needed to make the undergraduate and post-graduate students expert C++ programmers. It will be a boon to a novice as well as an experienced programmer.
Audience of the Book :
This book Useful for BCA, MCA, Computer Science & IT students.
Key Features:
1. More than 200 tested programs
2. More than 300 objective-type questions
3. Review questions at the end of every chapter
4.Includes chapters on multi-threading, STL and exception handling, and an annexure on object-oriented analysis and design
5. Model question papers
Table of Contents:
1. Introduction to Object-Oriented Programming
2. Data Types
3. Operators, Branching and Iterations
4. Introduction to Standard Library
5. Functions
6. User Defined Types – Pointers, Structures
7. Introduction to Classes
8. Member Functions and Friend Functions
9. Overloading of Functions and Operators
10. Inheritance
11. Building Reusable Classes
12. Virtual Functions and Polymorphism
13. Standard Input/output
14. File Input/output
15. Templates
16. Exception Handling
17. Standard Template Library
18. Standard Library
19. Multithreading
Annexure