Lecture overview -- Keyboard shortcut: 'u'  Previous page: Basic facilities -- Keyboard shortcut: 'p'  Next page: Booleans -- 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 2 : 42
Notes about C++
Basic facilities
Fundamental types i C++

An overview of the fundamental types in C++

 

  • A boolean type

    • bool

  • Character types

    • Most important type char

  • Integer types

  • Floating point types

  • Enumeration types

  • Type void (no value)

  • Pointer types

    • Including function pointers

  • Array types

  • Reference types

  • Struct and class types