Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 3.72 KB

cpp-development-resources.md

File metadata and controls

47 lines (41 loc) · 3.72 KB

C++ development resources

Different links for articles, videos and repos about c++ development

Lists to see

Repositories

  • Hedley Hedley is single a C/C++ header you can include in your project to enable compiler-specific features while retaining compatibility with all compilers.
  • dbg-macro A dbg(…) macro for C++
  • {{inja}} Inja is a template engine for modern C++, loosely inspired by jinja for python.
  • clipp easy to use, powerful & expressive command line argument parsing for modern C++
  • cmake-examples
  • debugbreak
  • scnlib type safe scanf analog for c++
  • backward-cpp stacktrace library from google
  • p-ranav/indicators Progress bars for c++
  • tabulate Table Maker for Modern C++ (console gui)
  • random Wrapper around c++ random generator
  • C++React A reactive programming library for C++11
  • nholthaus/units a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
  • type-lite type - Strong types for C++98, C++11 and later in a single-file header-only library
  • mio memory mapping library
  • cpp-compile-overhead repo to check header-only libraries performance

Videos

Articles

Other