C++ is a newer language, based on
C, that adds many more modern programming language features that make it easier
to program than C. Topics covered includes: Basics of C++, Structure of a
program, Variables. Data Types, Constants, Operators, Basic Input/Output,
Control Structures: Functions, Compound Data Types, Arrays, Character Sequences,
Pointers, Dynamic Memory, Data Structures, Object Oriented Programming, Classes,
Friendship and inheritance, Polymorphism, Advanced Concepts: Templates,
Namespaces, Exceptions, Type Casting, Preprocessor directives, C++ Standard
Library and Input/Output with files.
This note includes the
Context of Software Development, Values and Variables, Expressions and
Arithmetic, Conditional Execution, Iteration, Other Conditional and Iterative
Statements, Using Functions, Writing Functions, Managing Functions and Data,
Aggregate Data, Sorting and Searching, Custom Objects, Fine Tuning Objects,
Building some Useful Classes, Inheritance and Polymorphism, Generic Programming,
Handling Exceptions and Concurrent Programming.
This PDF covers
the following topics related to C++ : C++ Standard Template Library, C++
Vectors, C++ Double-ended Queues, C++ Lists, C++ Priority Queues, C++ Queues,
C++ Stacks, C++ Sets, C++ Multisets, C++ Maps, C++ Multimaps, C++ Bitsets.
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.
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.