发布时间:2013-07-24 11:44:22
点击(此处)折叠或打开/* * anyout.cpp * * Created on: 2013-7-15 * Author: root */#include <iostream>#include <vector>#include <str.........【阅读全文】
发布时间:2013-07-24 11:40:48
点击(此处)折叠或打开/* * bind.cpp * * Created on: 2013-7-16 * Author: root */#include <vector>#include <string>#include <iostream>.........【阅读全文】
发布时间:2013-07-24 11:39:32
点击(此处)折叠或打开/* * function2.cpp * * Created on: 2013-7-24 * Author: root */#include <iostream>#include "boost/function.hpp".........【阅读全文】
发布时间:2013-07-24 11:38:10
点击(此处)折叠或打开/* * function.cpp * * Created on: 2013-7-22 * Author: root *//*#include <iostream>#include "boost/function.hpp".........【阅读全文】
发布时间:2013-05-13 11:53:10
使用stringstream对象简化类型转换C++标准库中的<sstream>提供了比ANSI C的<stdio.h>更高级的一些功能,即单纯性、类型安全和可扩展性。在本文中,我将展示怎样使用这些库来实现安全和自动的类型转换。为什么要学习如果你已习惯了<stdio.h>风格的转换,也许你首先会问:为什么要花额外的精力来学习基于<sstream>.........【阅读全文】