/cpp-common-class

Base common classes for cross-platform C++ application development.

Primary LanguageC++MIT LicenseMIT

Common classes module (libucm.a)

Common classes for cross-platform C++ application development.

Classes

The following classes are included in this library.

Build

Run make to build .a file on each platform.

cd build/<platform>/
make

Need clang++ and c++11 support.

Add reference in C++ application

  1. Include the header files into target application
  2. Add libucm.a as link input file

License

MIT License

Copyright (c) 2016-2019 Jingwood, unvell.com, All rights reserved.