技术博客
· 在Visual Studio 2005下使用CPPUnit向导
· Open Source Character Recognition Projects Index
· CVS 标签
· The Complete Guide to C++ Strings, Part II - String Wrapper Classes
· The Complete Guide to C++ Strings, Part I - Win32 Character Encodings
2009-11-12 17:07:11 阅读(0) 评论(0)
使用CPPUnitProjectWizard向导创建支持使用CPPUnit的测试类的Visual Studio 2005项目。
安装向导
0. 下载 CPPUnitProjectWizard
http://cppunit.sourceforge.net/cppunit-wiki/CppUnitVisualStudio2005Wizard?act
2009-5-23 14:12:31 阅读(20) 评论(1)
2009-5-7 21:00:03 阅读(33) 评论(0)
2009-4-2 15:51:31 阅读(40) 评论(0)
2009-3-13 13:56:25 阅读(15) 评论(0)
2009-2-27 16:40:28 阅读(64) 评论(0)
很久以前简单的用过CVS标签,可是后来不记得怎么用CVS标签,不记得有哪些CVS 标签了。刚才又在找了找,竟然在CVSNT的帮助文档中找到了,现在贴下来,下次用时好参考。
Chapter 13. Keyword substitution
2008-12-17 11:16:09 阅读(27) 评论(1)
我开始并没太在意,但过了第三天还没见到珍妮,才感到不妙。一阵犹豫与绝望之后,我去找弗奈尔。找她是很自然的,因为我和珍妮当时都向她汇报工作。
当我敲第二下门的时候,房门打开了。“啊,是你,”她说。“什么事?”
“正在找珍妮,好几天没见她了。”我解释道。
弗奈尔扫了我一眼,说:“啊,是的。她最近分配了新的任务。”
“是吗,她在哪里呢?”
“在圆屋,那里和发掘现场都需要添加人手。她一旦去了就必须呆在那里了。去那儿是受限制的,因为门锁和地道情况不太好,进出那儿要穿特制的服装,真是痛苦。”
2008-11-14 16:02:17 阅读(26) 评论(0)
2008-11-7 1:56:10 阅读(32) 评论(0)
Since C-style strings can be error-prone and difficult to manage, not to mention a target for hackers looking for buffer overrun bugs, there are lots of string wrapper classes. Unfortunately, it's not always clear which class should be used in some situations, nor how to convert from a C-style string to a wrapper class.
This article covers all the string types in the
2008-11-7 1:54:09 阅读(9) 评论(0)
You've undoubtedly seen all these various string types like TCHAR, std::string, BSTR, and so on. And then there are those wacky macros starting with _tcs. And you're staring at the screen thinking "wha?" Well stare no more, this guide will outline the purpose of each string type, show some simple usages, and