自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

ACE documentation

ACE Documentation. chm文件, 可以直接进行搜索. 有类关系图, 函数说明等

2019-02-16

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关注的人

提示
确定要删除当前文章?
取消 删除