自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一步一步

没有热忱,世间便无进步。

  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

原创 boost库之shared_ptr

// shared_ptr_Exam.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include using namespace std; #include "boost/smart_ptr.hpp" using namespace boost;

2012-05-05 17:24:28 1396

原创 boost库之scoped_array

// scoped_array_Exam.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "boost/smart_ptr.hpp" using namespace boost; int _tmain(int argc, _TCHAR* argv[]) {

2012-05-05 16:55:59 823

原创 boost库之scoped_ptr

scoped:范围的意思// scoped_ptr_Exam.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include using namespace std; #include "boost/smart_ptr.hpp" using namespa

2012-05-05 16:26:57 943

原创 boost库之date

1.date// date_Exam.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #define BOOST_DATE_TIME_SOURCE #include "libs/date_time/src/gregorian/greg_names.hpp" #

2012-05-05 12:07:31 2943

原创 boost库之时间处理(timer,progress_timer, progress_display)

1.timer #include "stdafx.h" #include #include "boost/timer.hpp" //using namespace boost; int _tmain(int argc, _TCHAR* argv[]) { boost::timer t; std::cout << t.elapsed_max() << std::endl; //可度量的

2012-05-04 20:35:38 2345

C++ SMTP协议发送邮件模块(支持身份验证)

解压后,添加所有文件到工程中,并且设置include路径即可 (这个也是我参考别人的东西,整理了一下,加入身份验证)

2010-09-17

cximage600_full.zip

开源的C++图像处理类,支持十几种格式的图片互转

2008-12-25

CListCtrl数据导入到Excel VC++封装

CListCtrl数据导入到Excel VC++封装

2008-09-24

空空如也

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

TA关注的人

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