C++ Utilities  5.10.5
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Todo List
Class CppUtilities::AdvancedIniFile
Support "line continuation", where a backslash followed immediately by EOL (end-of-line) causes the line break to be ignored, and the "logical line" to be continued on the next actual line from the INI file.
Class CppUtilities::DateTime
  • Add method for parsing custom string formats.
  • Add method for printing to custom string formats.
  • Allow to determine the date part for each component at once to prevent multiple invocations of getDatePart().
Member CppUtilities::readFile (const std::string &path, std::string::size_type maxSize)
Use std::string_view to pass path in v6.
Class CppUtilities::TimeSpan
  • Add method for parsing custom string formats.
  • Add method for printing to custom string formats.