首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴逝、忄的代码贴全部
//-----------------------------------------------------------------------------------------------------------------------------------------//
//-----------------------------------------------------------------------------------------------------------------------------------------//
#include <stdio.h>
#include <time.h>
#include <windows.h>
#include <fstream.h>
#include <string.h>
#include <conio.h>
#pragma comment(lib,"winmm.lib")
#define NULL 0
#define LEN sizeof(struct books)/*定义结构体books的长度为LEN*/
#define FILENAME "workers.db"/*定义数据库文件名为books.db*/
......................
阅读全部 | 2011年12月24日 23:08
1
逝、忄