Programming in C++
ISBN: 9789389583212

Description
This book will help students to learn C++ programming language, and at the same time it will allow the students to learn how to build one's own programming language, a minimal LISP in fewer than 1000 lines of code. The concepts of the C++ programming language are used in almost all engineering disciplines along with all boards of higher secondary class (10+2). Therefore, this text book is essential for all students to grasp the basics of the language.
- Intoduction to basic object oriented concepts
- Languages and translators
- Token and operators
- Control statements
- Functions
- Array and string array fundamentals
- Structure and union
- Class and objects
- Constructor and destructor
- Operator overloading
- Inheritance
- Exception handling
- Template and STL
- Streams and files