[QUOTE=dyams;47656]
I said, MFC with VC++ (combo, not individually)
There is no such thing as VC++ (it's just a way to sell one product, VS, under four or five names, the only "C++" thing in there is the compiler - MSVC). MFC is a C++ framework over WinAPI (which is itself C). The IDE is called Visual Studio, so you probably meant that. By the way - you can use Qt with Visual Studio as well (and MFC without VS of course).

But that's way offtopic, sorry for that.