资源大小: 2KB
发布时间: 2012-03-11
文件格式: none
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

unsigned int size;std::list< std::string > files;void initialize(){ if( _access( "filelist.txt", 06 ) == 0 ) { // 如果文件存在则从文件中读取有效的文件名 std::ifstream file( "filelist.txt" ); std::string str; struct _stat buf; while( std::getline( file, str ) ) { if( !str.empty() ) { files.push_back( str ); if( 0 == _stat( str.c_str(), &buf; ) ) { size += buf.st_size; } } } } else { // 如果文件不存在则以默认的时间作为先后顺序 struct _finddata_t fileinfo; intptr_t hand = _findfirst( "


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。