Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.02 KB

TODO.md

File metadata and controls

32 lines (28 loc) · 1.02 KB

TODO

Desired Topics

  • Recursion
  • Qt?

Chapter Structure

  • Ch 4: Common Features
    • File IO (fstream)
    • try block and exception handling
    • ? operator
    • Casting and Implicit conversions
    • Multi-file projects, split into .h and .cc
    • Build systems
    • Continuous Integration tools?
  • Ch 5: Advanced Concepts (multi-part?)
    • explicit functions
    • inline functions
    • volatile objects
    • Operator overloading
    • Value categories
    • Iterators
    • More on threading
      • mutex
      • shared_ptr