Home > Computer Science > OBJECT ORIENTED PROGRAMMING WITH C++ ANSI /ISO STANDARD
OBJECT ORIENTED PROGRAMMING WITH C++ ANSI /ISO STANDARD

OBJECT ORIENTED PROGRAMMING WITH C++ ANSI /ISO STANDARD

Vikas Publishing
  • 9789325969964
  • 632 pages
  • Paperback
  • 6.75" x 9.5" inches
  • Book 395.00
  • 2013

 

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.

Buy e-Book
Printer post review Bookmark and Share
  • Introduction to Object-Oriented Programming
  • Data Types
  • Operators, Branching and Iterations
  • Introduction to Standard Library
  • Functions
  • User Defined Types – Pointers, Structures
  • Introduction to Classes
  • Member Functions and Friend Functions
  • Overloading of Functions and Operators
  • Inheritance
  • Building Reusable Classes
  • Virtual Functions and Polymorphism
  • Standard Input/output
  • File Input/output
  • Templates
  • Exception Handling
  • Standard Template Library
  • Standard Library
  • Multithreading
  • Annexure