Visual Studio C + + Win32 console application, WIN32 Project, MFC differences

Source: Internet
Author: User
Background

Visual Studio C + + creates a new project and jumps out the following options:

Win32 Console application, Win32 project, what is the difference between MFC?

Body:
  1. Win32 console, no interface, command line execution of the generated files directly in the background run, the effect is as follows:
    The generated ". exe" file is equivalent to a ". Out" file that is compiled with GCC under the Linux system and can be run directly, with only the command and no interface.

  2. Win32 Project
    This has the interface, but the interface inside the control, basically to achieve their own.

  3. MFC project
    This also has the interface, but the interface inside the control does not need to implement, the commonly used controls are already in the MFC library to write well, drag directly.

Reference Links:

Refer to the question and answer "what is the difference between a Win32 console application and a Win32 project, an empty project, an MFC application for a novice when you create a new project using Visual Studio?" "Du Roo" answer the Lord's reply, thank you.

Visual Studio C + + Win32 console application, WIN32 Project, MFC differences

Related Article

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.