Lecture overview -- Keyboard shortcut: 'u'    Next page: Fundamental types i C++ -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 2 - Page 1 : 42
Notes about C++
Basic facilities
Basic facilities

Basic C++ facilities beyond the facilities of ANSI C

  • Basic types. Structs in C++.

  • Declarations vs. definitions

  • Constants

  • The general object concept in C++

  • Strings in C++

  • C++ references

  • Parameter passing

  • Type conversion

  • Function overloading

  • Vectors

  • The free store

  • IO

  • Program organization - physical and logical