首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
qqwer2010的代码贴
→
C语言
[C语言]关于数据结构
求注释
/*
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
[C语言]学生信息管理系统
#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
全部(3)
C语言(2)
C++(1)