首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴qqwer2010的代码贴全部
求注释  
/*
   GRAPHICS DEMO FOR TURBO C 2.0

   Copyright (c) 1987,88 Borland International. All rights reserved.

   From the command line, use:

        tcc bgidemo graphics.lib

*/

......................
阅读全部 | 2011年12月23日 22:05
#include<iostream>
#include<iomanip>
#include<string>
#include<fstream>
#include<windows.h>
#include<math.h>
#include<sys\stat.h>
using namespace std;
string strFilePathName3;
const int FilePathLen = 1024;
const int ClassNameLen = 32;
//-------------------------------------
......................
阅读全部 | 2011年12月23日 21:44
#include<iostream>
#include<iomanip>
#include<string>
#include<fstream>
#include<windows.h>
#include<math.h>
#include<sys\stat.h>
using namespace std;
string strFilePathName3;
const int FilePathLen = 1024;
const int ClassNameLen = 32;
//-------------------------------------
......................
阅读全部 | 2011年12月23日 21:42
1
qqwer2010