addressbook.c

来自「SImple address book app」· C语言 代码 · 共 19 行

C
19
字号
/*===========================================================================
BREW DEVELOPMENT TRAINING:  
	Much of the code for the AddressBook has been written and most of the 
	logic sequencing determined.  This is so the student could more 
	concentrate on BREW APIs as opposed to figuring out logic sequences.
	
	Search for the keyword "Lab".  The keyword indicates that the student
	may need to perform some action or simply observe necessary code to 
	make the AddressBook game work properly.  

	The AddressBook.final contains all of the code necessary to complete AddressBook.
	You can either cut and paste from the appropriate sections (not labeled),
	or you can copy the AddressBook.final to AddressBook.c and recompile.  Be sure and
	save the AddressBook.c file if you so desire.

FILE: AddressBook.c

============================================================================
   	   Copyright 

⌨️ 快捷键说明

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