发布时间:2013-08-21 16:59:58
vector是C++标准模板库中的部分内容,能够操作多种数据结构和算法的模板类和函数库。vector是一个容器,它能够存放各种类型的对象vector是一个能够存放任意类型的动态数组,可以动态改变大小。因此很方便!......【阅读全文】
发布时间:2013-08-21 16:59:51
线程在进行多个任务同时运行的时候,其消耗是相当小的。因此在诸多的多任务应用用起到了很关键的作用,尤其是几十,上百任务时就会有所体现,因此在开发多任务程序时掌握多线程的设计也至关重要。......【阅读全文】
发布时间:2013-08-21 16:59:31
无意间看到了spserver及libevent,经过一番折腾最开始下载libevent是2.0的,本版太高不适合spserver的0.9.5于是把版本降到1.2最终得以编译安装。 结果出乎意料segement default......【阅读全文】
发布时间:2013-08-21 16:59:12
../algorithm.h:13: error: expected initializer before ‘UI16_T’
../Queue_.cpp: In function ‘void PutPortInfoIntoHiQue(I32_T)’:
../Queue_.cpp:30: error: ‘ltob_16’ was not declared in this scope
../Queue_.cpp:70: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘I32_T......【阅读全文】