2018年4月12日

blocking IO, non-blocking IO, asychronous IO, sychronous IO

摘要: https://blog.csdn.net/historyasamirror/article/details/5778378 言归正传。 同步(synchronous) IO和异步(asynchronous) IO,阻塞(blocking) IO和非阻塞(non-blocking)IO分别是什么,到 阅读全文

posted @ 2018-04-12 22:21 CreatorKou 阅读(210) 评论(0) 推荐(0)

boost介绍安装学习

摘要: 我下载的是boost_1_66_0 Get the version of Boost that you require. This is for 1.55 but feel free to change or manually download yourself: wget -O boost_1_5 阅读全文

posted @ 2018-04-12 21:18 CreatorKou 阅读(96) 评论(0) 推荐(0)

for_each的用法详解(procedure based, object oriented, generics)

摘要: 转载 Abstract之前在(原創) 如何使用for_each() algorithm? (C/C++) (STL) 曾經討論過for_each(),不過當時功力尚淺,只談到了皮毛而已,這次看了effective STL的item 41、43後,對for_each()又有了更深入的了解,因此做了本篇 阅读全文

posted @ 2018-04-12 19:34 CreatorKou 阅读(65) 评论(0) 推荐(0)

c++游戏服务器开发技术概览

摘要: 一,整体技术 http://bbs.gameres.com/thread_481672_1_1.html https://blog.csdn.net/fate_dream/article/details/53993710 https://www.cnblogs.com/wycBlog/p/84822 阅读全文

posted @ 2018-04-12 16:13 CreatorKou 阅读(1075) 评论(0) 推荐(0)

导航