expensetracker.c
来自「it is helpful to your programming」· C语言 代码 · 共 30 行
C
30 行
/******************************************************************************FILE: ExpenseTracker.cSERVICES: AEE Expense Tracking BREW example applicationGENERAL DESCRIPTION: ExpenseTracker is a simple daily expense tracking application that allows the user to record new expenses as they are accrued to a database. Expenses can be view and updated based on search criteria and text reports generated from the contents of the database. PUBLIC CLASSES AND STATIC FUNCTIONS: Classes: IMenuCtl ITextCtl IDateCtl IStatic IDialog IDatabase IDBMgr IDBRecord IFileMgr IFileINITIALIZATION & SEQUENCING REQUIREMENTS: See Exported Routines Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?