/CPP_Utility

This is a collection of useful and general utilities

Primary LanguageC++

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