The catalogue and summary of the introductory tutorial on VS2010/MFC Programming--Reading notes

Source: Internet
Author: User

Two better learning sites are recommended:
http://v.dxsbb.com/jisuanji/555/

Http://www.jizhuomi.com/software/257.html

MFC full name Microsoft Foundation Classes

Windows SDK (software Development Kit, software Development Kit)

New Project

Win32 Console Application is WIN32 console program, we want to build a DOS command line interface without an application interface of the project to choose Win32 Console Application, we learn C + + basic knowledge with this can be.

MFC application is an MFC application that can be built to develop interface programs,

Win32 Project is a Win32 program,

Empty project is a blank program,

MFC DLLs are used to build a project that generates a dynamic link library.

A solution can contain multiple projects that you can interpret as a collection of related or irrelevant projects, and sometimes it is convenient to put multiple projects into one solution.

Debug mode

Debug->start Debugging (shortcut key is F5) is used to start debugging,

Debug->toggle breadpoint (shortcut is F9) is used to set breakpoints, set breakpoints and then start debugging, when the program runs to a breakpoint will stop, we can use the mouse at the breakpoint at the various variables when we see the values of these variables.

Debug->start without debugging means that it does not run directly without debugging, that is, it does not stop at the breakpoint.

Debug->step into (shortcut key is F11) is used for stepping, encountered sub-function to enter and continue stepping;

Debug->step over (the shortcut is F10) is also single-step, but when stepping, when you encounter a child function within a function does not go into the child function stepping, but the child function complete execution and skip to the next, that is, the whole function as a step.

The catalogue and summary of the introductory tutorial on VS2010/MFC Programming--Reading notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.