The aim of the notes is to provide
an introduction to the C++ programming language. Topics covered includes:
Programming Languages and Object Oriented Programming, Introduction to Operating
Systems, Operating Systems, Introduction to Problem Solving, Introduction to
C++, Arithmetic and Expressions in C++, Strings and other Data Types, Arrays,
Vectors and Valarrays in C++, Control Structures, Pointers, Functions, Classes –
User Defined Data Types, Operator and Function Overloading, Virtual Functions
and Abstract Data Types, Files and i/o – streams, Errors and Exception Handling,
The Standard Template Library, Mixed Language Programming, Using a class
library.
This
note teach you following topics in C++: Gentle introduction to C++, File
I/O, Arrays and loops, Detailed explanation of classes with built-in arithmetics,
Computational efficiency aspects, Object-oriented programming and class
hierarchies, Using C++ objects in numerical applications.
This note explains
the following topics: Inheritance, Protecting the Class Data, Polymorphism,
Operator Overloading, Casts, Macros, Templates and Smart Pointers, Compiling
with C++11 features, Exception Handling.