You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: