
c++
devmole
这个作者很懒,什么都没留下…
展开
-
使用VC6 和intel compiler 编译 boost_1_33_1
1,运行c:/Program Files/Microsoft Visual Studio/VC98/bin/VCVARS32.BAT2,设置相应的环境变量,具体参考boost_1_33_1/tools/build/v1/intel-win32-tools.html 和boost_1_33_1/tools/build/v1/msvc-tools.html3,运行编译命令 bjam.exe "原创 2007-08-02 00:47:00 · 827 阅读 · 0 评论 -
关于sourcenavigator 的mouse wheel
sourcenav 是个挺好的源代码查看工具,虽然不更新了,但是用起来还是不错的,唯一不方便的是鼠标滚轮无法使用,搜索了一些发现已经有人给出了patch http://sourceforge.net/mailarchive/forum.php?thread_name=20031201215533.70b9fc42.mdejong%40uncounted.org&forum_name=sourc原创 2009-05-16 14:46:00 · 756 阅读 · 0 评论 -
在codeblock中使用正则表达式替换字符串
最近将一个项目改成unicode, 编译的时候发现所有的字符串都是“xxx”形式的,想要一个一个替换实在是麻烦,幸好有正则表达式方式原字符串"/([A-Z]*/)"替换字符串wxT("/1") 一次全部搞定原创 2009-07-02 11:58:00 · 1124 阅读 · 0 评论