(Official C/C development engineer (1090119), please enter your ID for verification. In view of the fact that some children's shoes responded that the attachments in my blog post could not be downloaded, I uploaded them here. Attach my full blog post address: rangercyh.blog.51cto/1444712/394825 Since I used the Graphics library to implement the dos graphical interface in the last C language class, I want to use a different data structure experiment this time. The realization method is to use pure C to call SDK functions to design windows programs, but I have not formed a complete object-oriented thinking, so I abandoned the use of MFC to write programs at the beginning. In fact, MFC is to encapsulate the Windows API with class and then use it. There are many Othello programs written in MFC on the Internet, but there are very few programs written using pure C to directly call the windows API. I think this should be a break. Of course, I am not saying that using MFC to write programs is not as good as SDK programming, but to better learn MFC in the future. It is necessary for me to master SDK programming now, which can help me understand the structure of MFCClasses better, and the API functions that MFC does not provide can be called by myself. API to achieve, when MFCClasses do not meet my needs, I can easily change its Class. In the end I decided to use SDK programming. .........
global.h
main.c
main.h
.....)