Lecture overview -- Keyboard shortcut: 'u'  Previous page: Call-by-reference parameters via pointers -- Keyboard shortcut: 'p'  Next page: Memory Allocation -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 1 - Page 24 : 29
Notes about C++
From C to C++
C Program organization

  • Physical program organization

    • Header files and C files

    • .h and .c files

    • Textual inclusion via the preprocessor language

  • Logical program organization

    • Relatively weak and primitive support

    • Almost nothing

C++ takes over C's physical program organization and expands on logical program organization (via support of namespaces).