微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

CPP类库

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来进行一些校验。这样的话可以省去许多校验工作。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐