Advanced C++ - Class 4

C++ Chapter 16 and 19
  • Chapter 16 - Bits and Chars
    • Structures and Initialization
    • Use of typedef
    • Bitwise operations
    • Bit structures
    • Character library
    • C-String conversion functions
    • C-String searching
    • Low level memory functions

Example
  • Chapter 19 - Strings
    • Basic String - string
    • Enter strings - getline, bug fix
    • Assignment and concatenation
    • Comparing strings
    • string characteristics
    • finding and replacing characters
    • C-style conversion
    • Iterators
    • string stream, conversion and parsing

 


Example