求注释
/*
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