Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is CppCommen? #34

Open
NEWCORD1 opened this issue Jun 1, 2022 · 1 comment
Open

What is CppCommen? #34

NEWCORD1 opened this issue Jun 1, 2022 · 1 comment

Comments

@NEWCORD1
Copy link

NEWCORD1 commented Jun 1, 2022

I find a lot of CppCommen:: in the source code, but i cann't find the namespace in the project. is it a library? how can I get it? thanks

@mchtilianov
Copy link

CppCommon is a Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW. It contains sable components and patterns for error and exceptions handling, filesystem manipulations, math, string format and encoding, shared memory, threading, time management and others. It's used pretty extensively in this project for BinTreeAVL as well as PoolAllocator and many others. You can find it here: CppCommon. Some of the features from the library are now in the standard library, which is why I'm working on a version that doesn't depend on external libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants