Hexmagic / cpp_utils

日常工作使用的工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_utils

Cpp Utils For Work:

  1. pystrings: C++ functions matching the interface and behavior of python string methods with std::string
  2. tqdm.cpp: Official C++ port of the popular python module, tqdm. Work in progress (pre-alpha)
  3. rapidjson: A fast JSON parser/generator for C++ with both SAX/DOM style API
  4. loguru: a lightweight and flexible C++ logging library
  5. filesystem: Boost.Filesystem, part of collection of the Boost C++ Libraries, provides facilities to manipulate files and directories, and the paths that identify them.
  6. HTTPRequest: Single-header C++ HTTP request class
  7. csv2: Fast CSV parser and writer for Modern C++
  8. tabulate: Table Maker for Modern C++
  9. argparse: Argument Parser for Modern C++
  10. asserts: C++ 17 The most over-engineered and overpowered C++ assertion library
  11. better_assert: A better C++ assertion library which also prints a debug message
  12. cxxopts: About Lightweight C++ command line option parser

Etc

  1. clang set CMAKE_CXX_FLAGS -fstandalone-debug can view string content
  2. [C++ books] (https://xie.infoq.cn/article/207aab244ae44b9fc5c71a059)

About

日常工作使用的工具

License:GNU General Public License v3.0


Languages

Language:C++ 99.9%Language:CMake 0.1%