rose839 / CPP_Utility

This is a collection of useful and general utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP_Utility

This is a collection of useful and general utilities class.

Istream_line_reader

This is one of the line reading classes implemented makeing reading lines from an input stream by a simple loop.

Run test

For running test, you need install gmock and gtest first, refer to https://github.com/google/googletest for gmock and gtest installation.

Run those following command in soure code dir for testing.

mkdir build
cd build
cmake ..
make test

About

This is a collection of useful and general utilities


Languages

Language:C++ 99.2%Language:C 0.5%Language:SourcePawn 0.3%Language:CMake 0.0%