expensetracker.c

来自「这是一个brew平台下的实例」· C语言 代码 · 共 30 行

C
30
字号
/******************************************************************************
FILE:  ExpenseTracker.c

SERVICES:  AEE Expense Tracking BREW example application

GENERAL 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
    IFile

INITIALIZATION & SEQUENCING REQUIREMENTS:

	See Exported Routines

       Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?