2012-07-15-C语言课设进度

今天任务:完成菜单设计,并开始录入模块初步

实际完成:

菜单都还没做出来,只是了解了一下菜单是怎么做的

今天了解的函数:

FillConsoleOutputAttribute()    sets the character attributes for a specified number of character cells, beginning at the specified coordinates in a screen buffer

FillConsoleOutputCharacter()   writes a character to the console screen buffer a specified number of times, beginning at the specified coordinates.

CONSOLE_CURSOR_INFO_IpCur :structure Contains information about the console cursor

SetConsoleCursorInfo()               sets the size and visibility of the cursor for the specified console screen buffer

GetConsoleCursorInfo()           Retrieves information about the size and visibility of the cursor for the specified console screen buffer.

ReadConsoleOutputCharacter()       Copies a number of characters from consecutive cells of a console screen buffer, beginning at a specified location.

WriteConsoleOutput()                        Writes character and color attribute data to a specified rectangular block of character cells in a console screen buffer. The data to be written is taken from a correspondingly sized rectangular block at a specified location in the source buffer.

明天任务:

1.必须把菜单做出来

2.必须把系统的结构变量写出来

 明天计划:

 待图书馆

上午,完成图形模块

下午,完成录入模块

晚上,休息

你可能感兴趣的:(2012-07-15-C语言课设进度)