2013年12月1日

SCRNSIZE.C

摘要: /*--------------------------------------------------------------------------- SCRNSIZE.C -- Displays screen size in a message box (c) Charles Petzold, 1998----------------------------------------------------------------------------*/#include #include #include int CDECL Messa... 阅读全文

posted @ 2013-12-01 00:00 早堂面 阅读(171) 评论(0) 推荐(0)

2013年11月30日

HelloMsg.c

摘要: program ScrnSize;uses Windows; // 格式化输出函数 {标题} {输出格式} {输出变量列表}procedure MessageBoxPrintf(Caption, Format: PChar; const Args: array of const);var OutBuff: array[0..100] of Char; // 最终输出文字 OutList: array of LongWord; // 输出变量列表 J: Integer;begin SetLength(OutList, 0); for J := L... 阅读全文

posted @ 2013-11-30 10:50 早堂面 阅读(172) 评论(0) 推荐(0)

导航