This lecture
note includes: Memory,CPU, Files, Shell and Basic C++, Expressions, Variable scopes,
Functions, Arrays and pointers, dynamic allocation, War with the bugs, Cost of algorithm, sorting, Creating new
types, Object-Oriented programming, More details about class definitions, More about methods,
Inheritance, Virtual methods, Boxes and arrows, Design patterns : sets and iterators, Strings
and more iterators, Templates, Tree structures, Summary of everything.
This note covers introduction, Data representation,
Algorithms and Pseudocodes, Getting started in C++, Loops, Early abstraction
functions, More variable types, Data abstraction, More data abstraction, arrays,
structures, Miscellaneous topics, A potpourri of applications, Programming in
MATLAB, Graphics, Programming Style Guide for C++, Syntax reference for
beginning C++, Syntax reference for more advanced C++ and syntax reference for
MATLAB.
Author(s): Alex F Bielajew,
The University of Michigan
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 PDF covers the following topics
related to C++ : The way of the program, Variables and types, Function,
Conditionals and recursion, Fruitful functions, Iteration, Strings and things,
Structures, More structures, Vectors, Member functions, Vectors of Objects,
Objects of Vectors, Classes and invariants, File Input/Output and apmatrixes.