C++

gtest 的彩色信息输出 + boost.test 的内存泄漏检测及定位      摘要: gtest 的彩色信息输出 + boost.test 的内存泄漏检测及定位  阅读全文
posted @ 2009-06-09 08:44 吴尔平 阅读(1502) | 评论 (0)
在低版本的 vc 中使用 vc 10.0 的新特性      摘要: 在低版本的 vc 中使用 vc 10.0 的新特性   阅读全文
posted @ 2009-06-08 08:41 吴尔平 阅读(2817) | 评论 (3)
scons + swig      摘要: scons + swig ( WuErPing 2009/02/10 )scons是个好东西,swig也是个好东西,两个好东西加起来如何 ?本文所用开发环境:swigwin-1.3.38 http://www.swig.org./SCons 1.2.0.d20090113 http://www.scons.org/python 2.6.1 http://www.python.org/lua 5....  阅读全文
posted @ 2009-02-10 15:47 吴尔平 阅读(302) | 评论 (0)
vc9 Feature Pack Beta tr1 的一些问题      摘要: 最近使用了 vc9 Feature Pack 里 tr1 一些库,但结果却让我比较失望. 一、头文件包含的问题如果你建一个简单的console项目,如下包含1#include<random>2#include<regex>你不会有任何问题,但当你的包含了windows.h时,就会看到output窗口里是无尽的错误与警告。>c:\program files\micros...  阅读全文
posted @ 2008-03-29 09:52 吴尔平 阅读(1079) | 评论 (0)
关于模板化的friend class      摘要: 2007-3-17 10:42 By WuErPing 首先,C++标准在这个地方定义得不精确,这就给厂商的实现带来了想象的空间。VC和GCC在这里就有不得不注意的差别代码一、VC的实现(7.1, 8)1#include<iostream>2usingnamespacestd;34#include<iostream>5usingnamespacestd;67templat...  阅读全文
posted @ 2007-03-17 10:34 吴尔平 阅读(858) | 评论 (1)
2005 CRT memory leaks
posted @ 2006-01-01 21:24 吴尔平 阅读(1025) | 评论 (0)
boost::timer 的替代方案
posted @ 2005-09-21 17:53 吴尔平 阅读(679) | 评论 (0)
浅尝boost.python
posted @ 2005-08-31 23:28 吴尔平 阅读(543) | 评论 (0)
浅尝Boost之Program_options
posted @ 2005-05-31 21:35 吴尔平 阅读(962) | 评论 (0)
浅尝boost之timer
posted @ 2005-04-22 11:33 吴尔平 阅读(1225) | 评论 (0)
浅尝boost之format
posted @ 2005-04-21 01:35 吴尔平 阅读(1324) | 评论 (0)
浅尝boost之any
posted @ 2005-03-10 20:00 吴尔平 阅读(869) | 评论 (0)
在linux上使用ZThread
posted @ 2005-03-05 16:03 吴尔平 阅读(1065) | 评论 (1)
浅尝boost之array
posted @ 2005-03-03 11:31 吴尔平 阅读(533) | 评论 (0)