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 explains the following
topics: C++ programming constructs, Object-orientated programming, The Standard
Library, Classes, Input or Output, Program Development, CImg, an image
processing library for C++.
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.