Question:

What's the difference between MFC and Windows Form? (Visual C++)?

by  |  earlier

0 LIKES UnLike

I'm a student developing an app for a project, and I'm using Visual C++ because we have to use c++ and make a GUI so I thought it was the best option. QT just confuses me a lot.

Anyway, Im just curious what the difference is between MFC (Microsoft Foundation Classes) and a Windows Form, and also everyone says I should use MFC, but how do you create forms with MFC because Visual C++ only generates code for that?

Thanks in advance!

 Tags:

   Report

1 ANSWERS


  1. The difference is MFC does all the backend for you and Windows Form you have to code what MFC does for you.

    However - not sure I would recommend MFC anymore - .NET framework is already relpacing MFC.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions