Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 346 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 346 Bytes

liaw2013

error handling

"I want to report an error"

  • exception
  • optional
  • assertions

variables

  • swap
  • casting
  • tuples / std::tie

containers

  • std::vector (algorithms: resize, find, sort, transform, back_inserter)
  • std::array
  • std::list
  • std::map

basic I/O

Command Line