This note teach you object-oriented
programming using C++. Topics covered includes: C++ relationships to C, classes,
member functions, constructors/destructors, object instantiation, inheritance,
polymorphism, templates and virtual functions.
This note covers
the following topics: Steps to create and compile a simple C++ program,
Variables and basic data types, Library Types, Arrays and Pointers,
Classes as data structures, Expressions and statements,
Functions,Classes.
This document constitutes a detailed set of lecture slides on the C++
programming language and is current with the C++14 standard.
Many aspects of the C++ language are covered from introductory to more
advanced.
This book covers the C++ programming
language, its interactions with software design and real life use of the
language. It is presented in a series of chapters as an introductory prior to
advance courses but can also be used as a reference book.
Objective of this note is to
provide rapid training in elements of C++ syntax, C++ procedural programming,
C++ object oriented programming, numerous and actual C++ code for those with
some basic prior programming experience.