Skip to content

cattabiani/cpp_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Utils

Useful collection of free functions

Project Structure

  • src: Place your C++ source and header files here.
  • build: Output directory for build artifacts.

Building the Tests

For building and running the tests use CMake and Ninja:

cmake -S . -B build -G Ninja && cmake --build build && ./build/cpp_utils_test

About

Useful cpp utils for fast prototyping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published