This is a
fast-paced introductory note to the C++ programming language. It is intended for
those with little programming background, though prior programming experience
will make it easier, and those with previous experience will still learn
C++-specific constructs and concepts. This note covers the following
topics: Flow of control, Functions, Arrays and strings, Pointers, Classes,
Object-oriented programming, Memory management.
Author(s): Jesse Dunietz, Geza Kovacs and John Marrero
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.