
C/C++
文章平均质量分 66
不屈的猿
记得要不屈。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Boost之Json解析
Boost库生成\解析json文件原创 2016-03-09 18:25:35 · 606 阅读 · 0 评论 -
设计模式中的抽象工厂模式&c++
设计模式中抽象工厂模式原创 2016-04-16 23:51:33 · 319 阅读 · 0 评论 -
设计模式中的单例模式&c++
c++中单例模式的设计与使用原创 2016-04-16 13:58:04 · 378 阅读 · 0 评论 -
设计模式中的构建者Builder模式&c++
设计模式中的构建者Builder模式&c++原创 2016-04-18 11:06:42 · 333 阅读 · 0 评论 -
boost
https://osdn.jp/projects/sfnet_boost/releases/ 各个版本库地址转载 2016-07-01 00:17:42 · 299 阅读 · 0 评论 -
Poco库XML文件的生成与解析
Poco 库XML生成与解析原创 2016-07-07 17:08:09 · 1651 阅读 · 0 评论 -
C++数据序列化之MessagePack
msgpack官方地址:http://msgpack.org/ msgpack GITHUB地址:https://github.com/msgpack 对于msgPack,官方是这样解释的: MessagePack 是一个高效的二进制序列化格式。它让你像JSON一样可以在各种语言之间交换数据。但是它比JSON更快、更小。小的整数会被编码成一个字节,短的字符串仅仅只需要比它的长度多一原创 2017-01-21 02:06:07 · 3542 阅读 · 0 评论 -
教程1-创建一个窗口
Background Thanks to Mariano Suligoy you can read this tutorial in Spanish. The OpenGL spec does not specify any API in order to create and manipulate windows. Modern windowing systems that su翻译 2017-01-28 23:02:17 · 391 阅读 · 0 评论