Lecture 1 - Page 2 : 29
Notes about C++
From C to C++
* Course Introduction
Overview of Advanced Programming - Part One
Overview of Advanced Programming - Part Two
Recommended use of your time
Course Approach - Part 1
Course Exam
Which compiler or IDE?
* A quick tour of C
Basic Observations
The Evolution of C
The Popularity of C and C++
The C preprocessor
Fundamental types
Arrays and Pointers
Arrays and Pointers: Examples
Structures and Unions
Structures: Examples
Function types
User defined types
Expressions and operators
Control structures
Functions and parameters
Call-by-reference parameters via pointers
C Program organization
Memory Allocation
The standard library
* C/C++ Compatibility
C/C++ Compatibility
C/C++ Compatibility - some small details
Overview of Advanced Programming - Part One
In the first six lectures we will obtain an overview of C++
From C to C++
A quick tour of C
Types, expressions, functions, parameters, memory allocation, libraries, ...
Basic Facilities in C++
Basic facilities beyond C
Objects, strings, references, vectors, casting, function overloading, IO, free store, ...
Abstraction Mechanisms in C++
Inheritance and Templates in C++
The Standard Template Library in C++
Design using C++
We read selected parts of
The C++ Programming Language
by Bjarne Stroustrup