91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 16KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-18
  • 語言: C/C++
  • 標簽: c++??

資源簡介

用c++完成的簡單的銀行借貸管理系統(tǒng) 簡單,對c++的學習應該會用幫助

資源截圖

代碼片段和文件信息

#include?“Asset.h“

??void?Asset::deleteAsset?()
??//
??//?deletes?an?Asset
??//
??{

string????????input; ????//?buffer?for?line?of?characters
bool ??done?=?false; ????????//?tells?when?user?is?done?entering?information
bool ??????found?=?false; ????//?tells?when?an?investment?has?been?found
char??????????choice;???????????????//?for?storing?user‘s?response

while?(!found?&&?!done)
{

??cout?<
??????cin?>>?input;

??found?=?find?(input);

??if?(!found)
??{

cout?<????????cout?<
????????cin?>>?choice;

????if?(choice?==?‘n‘)
??????done?=?true;
????
??}

}

????if?(!found)
??????return;
??
performDeletion?();
????cout?< cout?<?to?return?to?previous?menu...“;
????UserInterface::pressEnter();
????
??}??//?deleteAsset?()


//----------------------------------------------------------------------------------------------------------------------------------------------------


??void?Asset::addAsset?()
??//
??//?adds?a?new?investment/mortgage
??//
??{

obtainNewData?();
save?();
cout?< print?();
cout?<?to?return?to?previous?menu...“;
UserInterface::pressEnter();

??}??//?addAsset?()

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3099??2005-09-12?01:51??Mortgage.h
?????文件?????????227??2005-09-12?00:13??MortgageReport.h
?????文件?????????966??2005-09-11?14:39??OperatingExpenses.h
?????文件?????????372??2005-09-10?22:15??stdafx.h
?????文件?????????633??2005-09-11?14:24??UserInterface.h
?????文件????????1507??2005-09-19?16:38??Asset.cpp
?????文件????????4724??2005-09-19?16:43??AssetManager.cpp
?????文件?????????428??2005-09-19?16:26??EstimatedFundsReport.cpp
?????文件?????????989??2005-09-12?02:00??EstimateFundsForWeek.cpp
?????文件????????8167??2005-09-19?17:27??Investment.cpp
?????文件????????1422??2005-09-19?16:32??InvestmentReport.cpp
?????文件???????12235??2005-09-19?17:27??Mortgage.cpp
?????文件????????1412??2005-09-19?16:58??MortgageReport.cpp
?????文件?????????374??2005-09-11?14:16??MSG.cpp
?????文件????????2651??2005-09-11?14:36??OperatingExpenses.cpp
?????文件?????????290??2005-08-15?23:06??stdafx.cpp
?????文件????????7034??2005-09-12?01:58??UserInterface.cpp
?????文件?????????789??2005-09-11?23:30??Asset.h
?????文件?????????299??2005-09-12?00:14??AssetManager.h
?????文件?????????295??2005-09-11?14:41??EstimatedFundsReport.h
?????文件?????????177??2005-09-11?14:41??EstimateFundsForWeek.h
?????文件????????1875??2005-09-11?23:30??Investment.h
?????文件?????????235??2005-09-11?14:39??InvestmentReport.h

評論

共有 條評論