CPP类库

来源:互联网 发布:育知同创怎么样很坑吗 编辑:程序博客网 时间:2024/06/07 05:47

C++类库:

QT

 

ACE/ICE

 

POCO

http://pocoproject.org/blog/

 

TinyXML

 

Boost

 

AsmJit

 

C++ REST SDK

http://casablanca.codeplex.com/

 

Folly (acronymed loosely after Facebook Open Source Library) is a library of C++11 components designed with practicality and efficiency in mind. It complements (as opposed to competing against) offerings such as Boost and of course

https://github.com/facebook/folly/blob/master/folly/docs/Overview.md

 

C++ B-tree is a template library that implements ordered in-memory containers based on a B-tree data structure

https://code.google.com/p/cpp-btree/

 

最近想到一个方法:使用CPP开发一个Webservice,使用XML作为信息传递的格式,因为XML可以使用XSD来进行一些校验。这样的话可以省去许多校验工作。