Libraries Memo

Standard Libraries

  • iostream: standard input/output stream
  • string: string manipulation
  • chrono: date and time functions
  • vector: dynamic array
  • map: associative array

Other Libraries

  • SQLiteCpp (website): A smart and easy to use C++ SQLite3 wrapper
  • fmt: A modern formatting library
  • spdlog: Fast C++ logging library
  • Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies