摘要: 再转 #include using namespace std; using namespace boost; 一:大小写转换 1 to_upper() 将字符串转为大写 Example: string str1(" hello world! "); to_upper(str1); // str1 == " HELLO WORLD! " 2 to_upper_copy() 将字... 阅读全文
posted @ 2008-03-04 10:53 owomo 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 转自园子里某位大虾的帖子 一 安装 下载并解压Boost(a56爆大奖在线娱乐用的是boost-1.3.2.0)到指定目录比如boost_1_32_0 依次执行下列命令 cd boost_1_32_0_1/tools/build/jam_src //进入bjam编译目录,安装boost需要用bjam sh ./build.sh //编译生成bjam cp... 阅读全文
posted @ 2008-03-04 10:52 owomo 阅读(816) 评论(0) 推荐(0) 编辑