xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

20種數(shù)據(jù)結構和算法的C++實現(xiàn),詳見博客:http://blog.csdn.net/caoshangpa/article/details/78557334

資源截圖

代碼片段和文件信息

/*******************************************************************************
*
*?FileName?:?Auto_ptr.cpp
*?Comment??:?test?code?for?auto?pointer
*?Version??:?1.0
*?Author???:?haibindev.cnblogs.com
*?Date?????:?2007-10-10?1:25
*
*******************************************************************************/

#include?
#include?“Auto_ptr.h“

int?main()
{
int?*a?=?new?int(5);
Auto_ptr?p(a);
std::cout<<*p<<“\n“;
return?0;
}

評論

共有 條評論