I would like to create a GUI for my Windows application. I heard that one of the Visual Studio programs has some very nice tools to design GUI.
Could someone tell me which version of Visual Studio is it? There are just too many.
As I mentioned at the start of this post, today we introduced a new free edition of Visual Studio: Visual Studio Community 2013. Built off of the Visual Studio 2013 Update 4 release, VS Community enables you to develop everything from Windows Forms and WPF and MFC to Windows Phone and Store to Azure and ASP.NET – it’s basically a superset of the existing VS Express products.
I think i'll be having a play with the community edition when I get chance.
Its most attractive feature being excellent support for standard C++ - both the language and the standard library. (Yes, non-conforming two-phase lookup sticks out like a sore thumb, but STL has promised that this will be corrected through a future product update.)
Note: With Community 2015, the MFC library is not included in the default install; choose custom install and explicitly select Microsoft Foundation Classes.