C++类库:
QT
ACE/ICE
POCO
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来进行一些校验。这样的话可以省去许多校验工作。