Skip to content

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

License

Notifications You must be signed in to change notification settings

jingwood/cpp-common-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.