【正文】
分或全部。 *//***************************************************************/3. 文件頭例/* * Copyright 19941995 Microsoft Corporation. All Rights Reserved. * PROGRAM: * * PURPOSE: Windows program. * * PLATFORMS: Windows 95 * * FUNCTIONS: * WinMain() calls initialization function, processes message loop * InitApplication() Initializes window data nd registers window * InitInstance() saves instance handle and creates main window * MainWindProc() Processes messages * About() Process menssages for About dialog box */4. 模塊頭1/* * MODULE : main * VERSION : * ABSTRACT : main function of program * FUNCTION : function of main * ARGUMENT : * argc count of mand line argument * argv[] mand line argument * RETURN : * 0 normal end * 1 abnormal end * SIDEEFFECT : * NOTE : * CREATE : 9607 Nets1 * UPDATE : 9608 Nets2 * the reason * UPDATE : 9609 Nets3 */5. 模塊頭2/***************************************************************//* *//* 模塊: 模塊名 標(biāo)題 *//* 功能概略: 功能概略 *//* *//***************************************************************/6. 類型聲明/* * TAG : DemoStruct * ABSTRACT : Demo Information Storage Structure * NOTE : The struct is only used as a demonstration */7. 數(shù)據(jù)定義/* * DATA : DemoData * DATATYPE : DemoSruct * ABSTRACT : Demo Information Storage * NOTE : The data is only used as a demonstration */