資源簡介
銀行管理系統VC++版本,console界面。。。。。。。。。。。。。。。
代碼片段和文件信息
#include“file1.h“
void?ck()
{????
?????//清屏
?????system(“cls“);
?cout<<“---------存款-----------\n“;
????//顯示操作-----------
????cout<<“請選擇操作:\n“
?????<<“0-------返回\n“
?<<“1-------繼續\n“;
????int?ch;
????cin>>ch;
????switch(ch)
???????{
??????????case?1:break;
??????????case?0:return;
???????}
????int?n=0seek=0;
????cout<<“請輸入身份證號碼(賬戶號碼)\n“?;
????char?l[19];
????int?i;
????for(?i=0;i<18;i++)
???????{???l[i]=getch();
???????????if(isdigit(l[i])?)
?????????????{?putchar(l[i]);
???????????l[18]=‘\0‘;
?????????}
???????????else
?????????????i=i-1;
???????}?
cout<<“\n“;
????fstream?f;
????zhxx?person2;
????f.open(“c://zhwj.txt“ios::in|ios::out|ios::binary);
if(f.is_open)
{
????while(f.read((char*)&person2sizeof(zhxx)))
?????{?
????????
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3271??2008-10-19?22:39??銀行管理系統\1.txt
?????文件???????3146??2008-10-26?15:02??銀行管理系統\cunkuan.cpp
?????文件???????5722??2008-10-26?15:02??銀行管理系統\cx.cpp
?????文件?????395644??2008-10-26?14:58??銀行管理系統\Debug\cunkuan.obj
?????文件?????387100??2008-10-26?14:58??銀行管理系統\Debug\cx.obj
?????文件?????395600??2008-10-26?14:58??銀行管理系統\Debug\file1.obj
?????文件??????60297??2008-10-26?14:58??銀行管理系統\Debug\guanyu.obj
?????文件?????233589??2008-10-26?14:58??銀行管理系統\Debug\jixi.obj
?????文件?????215654??2008-10-26?14:58??銀行管理系統\Debug\main.obj
?????文件?????401296??2008-10-26?14:58??銀行管理系統\Debug\paixu.obj
?????文件?????396879??2008-10-26?14:58??銀行管理系統\Debug\qukuan.obj
?????文件?????105465??2008-10-26?14:58??銀行管理系統\Debug\szys.obj
?????文件?????249856??2008-10-26?14:58??銀行管理系統\Debug\vc60.pdb
?????文件?????761941??2008-10-26?14:58??銀行管理系統\Debug\復件1.exe
?????文件????1565696??2008-10-26?14:58??銀行管理系統\Debug\復件1.pdb
?????文件???????5594??2008-10-23?23:31??銀行管理系統\Debug\新建?文本文檔?(2).txt
?????文件???????5562??2008-10-23?22:41??銀行管理系統\Debug\新建?文本文檔.txt
?????文件???????2954??2008-10-26?15:02??銀行管理系統\file1.cpp
?????文件???????1216??2008-10-26?14:58??銀行管理系統\file1.h
?????文件????????267??2008-10-26?15:02??銀行管理系統\guanyu.cpp
?????文件???????1436??2008-10-26?15:02??銀行管理系統\jixi.cpp
?????文件????????827??2008-10-26?15:02??銀行管理系統\main.cpp
?????文件???????1327??2008-10-26?15:02??銀行管理系統\paixu.cpp
?????文件???????3668??2008-10-26?15:02??銀行管理系統\qukuan.cpp
?????文件????????654??2008-10-26?15:03??銀行管理系統\szys.cpp
?????文件???????4940??2008-10-26?10:45??銀行管理系統\復件1.dsp
?????文件????????518??2008-10-18?21:28??銀行管理系統\復件1.dsw
?????文件?????230400??2008-10-26?15:03??銀行管理系統\復件1.ncb
?????文件??????56832??2008-10-26?15:03??銀行管理系統\復件1.opt
?????文件???????3067??2008-10-26?14:58??銀行管理系統\復件1.plg
............此處省略5個文件信息
評論
共有 條評論