Back to Browse

MFC C++ Programming 2: Messages and Drawing

2.9K views
Dec 31, 2017
6:51

When Developing an MFC Application, the Core things you should know are how to work with the Message Map and how to Draw. While this video does not go in depth about this material, it does provide an overview and a couple links to take your application further than what is presented here. I use Visual Studio 2017 Community. A link to the Documentation of the CDC class promised in the video: https://docs.microsoft.com/en-us/cpp/mfc/reference/cdc-class The CArray is comparable to std::vector but the method names are different. Here is a link to the CArray documentation: https://docs.microsoft.com/en-us/cpp/mfc/reference/carray-class Although we don't touch the basic Windows Application functions, here is an article describing where WinMain is in MFC: https://www.codeproject.com/articles/1672/mfc-under-the-hood

Download

0 formats

No download links available.

MFC C++ Programming 2: Messages and Drawing | NatokHD