?? shead.h
字號(hào):
#include "stdio.h"
#include <stdlib.h>
#include <conio.h>
#include <string.h>
#define SIZE 100 /* mac.ros definition*/
typedef struct
{
long Number; /*Field of number */
char Name[20]; /*Field of name */
float price; /*Field of price */
float discount; /*Field of discount */
float memberprice; /*Filed of memberprice*/
}product;
extern void CreatFile(); /*創(chuàng)建信息文件*/
extern void AddRecord(); /*增加 */
extern void DelRecord(); /*刪除 */
extern void ModifyByNumber(); /*修改 */
extern void QueryBySeatNum(); /*按序號(hào)查詢 */
extern void QueryByName(); /*按姓名查詢 */
extern void SortByMemberPrice(); /*按會(huì)員價(jià)查詢 */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -