Which do you learn first, windows programming or MFC programming?
Learn C++ first, then MFC, because MFC is a class library written in C++
Before learning mfc, you can look at the first three chapters of windows programming, and other parts can be studied in depth, mainly to understand the principles of windows programs.