Introduction to MFC Basics
The underlying API of windows is written by C language, and MFC is encapsulated by C + +.
If you want to program with MFC, you have to start with the main method The main function C of MFC is written as
Warm tip: if the function variable name has p, it is generally the pointer and the address when entering the parameter
#include <Windows. ...
Posted by wgordonw1 on Sun, 06 Feb 2022 20:09:20 +0100