Skip to content

asrivast28/cpp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Utils

This repository intends to provide common utils used in C++ coding, all in one place.
Not everything is my original work. Please refer to the list below or the individual files for the authorship information.

Components

  • Logging.hpp
    This file uses Boost.Log library for providing logging functionality.
    It requires the boost_log, boost_system, and pthread libraries.
  • Timer.hpp
    This file uses C++ std::chrono library for providing timing functionality.
  • prettyprint.hpp
    This file is from the cxx-prettyprint repository distributed under the Boost License.

Requirements

  • gcc (with C++11 support)
    This project has been test built only on Linux platform, using gcc with C++11 support.

Building

This repository is not intended to be used in a stand-alone mode.

About

Commonly used utils in C++ coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages