Skip to content

This is a C++ utility library that includes some commonly used features, such as file system operations and printing tools.

License

Notifications You must be signed in to change notification settings

sean2077/cpp_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_utils

This is a C++ utility library that includes some commonly used features, such as file system operations and printing tools.

Installation

This project uses CMake for building. Please make sure CMake is installed on your system.

# Clone the repository
git clone https://github.com/zhangxianbing/cpp_utils.git

# Enter the project directory
cd cpp_utils

# Create and enter the build directory
mkdir build && cd build

# Build the project
cmake ..

# Compile the project
make

Testing

This project uses Google Test for unit testing. The test code is located in the test/ directory.

# Run tests in the build directory
./cpp_utils_test

License

This project is licensed under the MIT License. For more information, please see the LICENSE file.

About

This is a C++ utility library that includes some commonly used features, such as file system operations and printing tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published