- 博客(0)
- 资源 (4)
- 收藏
- 关注
实现模板函数to_string用来格式化输出stl容器中的内容以及基础类型及自定义类型
Automatically analyze the parameter type and invoke the 'operator<<' interface to transform it to string.
/**
@fn to_string
@brief transform the input value to string
@param [in] T the value type is transformed to string
@param [in] RefT the value reference to translate
@param [in] split split mark between two element if have
@return formated string
*/
template< class T> std::string to_string( const T& RefT, const char* split=" ")
2013-07-17
扩展to_string支持双参数智能指针
extend to_string to support smart pointer and stl container which stored smart pointer.
2013-08-08
Debugging applications for Microsoft.NET and Microsoft Windows(2003).chm
This is a good book for people who work on windows OS.
The part of ASM in windows is very useful for programmer to read the assembly code which dumped from Dr,Watson.
2009-10-22
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅