自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 Copy on Write and String Implementation

Test code std::string str1 = "123456"; std::string str2; str2 = str1; std::string str3(str2); std::cout<<"str1's data address is "<<(int*)(str1.data())<<std::endl; std::cout<<"str2's data addr

2013-08-01 01:22:39 1214

原创 Boost Asio

<br />http://www.cppprog.com/2009/0720/133.html

2011-03-14 17:51:00 233

原创 ICE( Internet Communications Engine) from ZeroC

<br />http://www.cppprog.com/2009/0518/116.html<br />http://www.zeroc.com/

2011-03-14 17:49:00 277

原创 Intel Threading Building Blocks

http://threadingbuildingblocks.org/

2011-03-14 17:43:00 203

原创 读书笔记 - Beginning Linux Programming - Chapter 2 Shell Programming

ShellWhat is Shell Just like the batch file in windows, but more powerfulPipes and redirectionRedirecting Output$ ls -l > lsoutput.txt Write into isoutput.txt $ ps >> lsoutput.txt Append to the file$ kill -HUP 1234 >killout.txt 2>killerr.txtKill th

2011-03-02 01:08:00 360

原创 读书笔记 - Beginning Linux Programming - Chapter 1 Getting Started

开始学习linux/unix

2011-02-23 23:40:00 275

软件实战调试

Very good debug book, which basically contains all the debug tools and techniques commonly used in linix/unix environment

2014-06-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

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