Visual studio gui

Feb 20, 2013 at 6:58am
I have a quick question when I am using visual studio and doing a project in c# the windows form application is super easy to use and has a great interface to create buttons and textboxes and everything just built in. How come c++ does not have the same features in its MFC application
Feb 20, 2013 at 11:15am
MFC is outdated. Older versions of visual studion had support for that. But i guess it's more or less abandoned
Feb 20, 2013 at 11:39am
closed account (z05DSL3A)
coder777 wrote:
MFC is outdated. Older versions of visual studion had support for that. But i guess it's more or less abandoned
So MFC 11 in Visual Studio 2012 is outdated?
Feb 20, 2013 at 12:01pm
So MFC 11 in Visual Studio 2012 is outdated?
Yep (it's my personal opinion, not official Microsoft)

See:
http://en.wikipedia.org/wiki/Microsoft_Foundation_Class_Library

for a little bit more info (seems there's something like 'The MFC application wizard')
Feb 20, 2013 at 12:32pm
closed account (z05DSL3A)
coder777 wrote:
it's my personal opinion, not official Microsoft
Well that's OK then. ;0)

To be honest "Windows Form Applications" are looking dated to me...WPF Application...what's the new one, "Windows Store project (?)."

It seems all about the XAML now...
Topic archived. No new replies allowed.