06 2005 档案

Test Your UML Knowledge
摘要:Test Your UML Knowledge This test is about OO , Class, Relationships, Use Cases, Scenarios, State Machines, Design Patterns.Here are the 50 questio... 阅读全文

posted @ 2005-06-28 11:09 张大大123 阅读(111) 评论(0) 推荐(0) 编辑

使用TUT要注意的问题
摘要:使用TUT要注意的问题1、在使用TUT时,要启用RTTI ( /GR) 功能 2、将结果输出到文件:std::ofstream textResult("textResult.txt"); tut::reporter visi(textResult); 阅读全文

posted @ 2005-06-21 20:07 张大大123 阅读(129) 评论(0) 推荐(0) 编辑

用XML来配置属性---用boost::any, TinyXML测试
摘要:用XML来配置属性---用boost::any, TinyXML测试URL 阅读全文

posted @ 2005-06-18 12:14 张大大123 阅读(117) 评论(0) 推荐(0) 编辑

为什么要用boost::array
摘要:为什么要用boost::array1、boost::array 与 std::vector ( From Chapter 2. Boost.Array)As replacement for ordinary arrays, the STL provides class std::vector. H... 阅读全文

posted @ 2005-06-16 18:49 张大大123 阅读(103) 评论(0) 推荐(0) 编辑

终于可以在Eclipse下编译C++代码了
摘要:终于可以在Eclipse下编译C++代码了Eclipse + CDT + MinGW假设MinGW安装在目录E:/MinGW 下。1)设置环境变量PATH 在PATH中加入: E:/MinGW/bin;2)设置include目录 Properties----C/C++ Build------... 阅读全文

posted @ 2005-06-16 17:14 张大大123 阅读(116) 评论(0) 推荐(0) 编辑

万能数据类型any杂谈
摘要:万能数据类型boost::any杂谈1、boost::any 与 _variant_t刚接触boost::any时,不禁让人想起了MS的_variant_t类,因为两者都可以存放其他的类型的值。比较一下两者可以发现:_variant_t只能容纳 VARIANT 数据类型(详见MSDN),而boos... 阅读全文

posted @ 2005-06-16 10:49 张大大123 阅读(192) 评论(0) 推荐(0) 编辑

Boost编译一步步来
摘要:Boost编译一步步来 1、下载 下载boost-jam-3.1.10-1-ntx86.zip,并解压到boost文件夹下,如E:/boost_1_32_0/ 2、设置Python目录 用记事本打开E:/boost_1_32_0下的Jamrules文件,在文件末尾加入Python的版本和目录配置项... 阅读全文

posted @ 2005-06-14 21:31 张大大123 阅读(117) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示