I'm really confused, I have tried to look everywhere to see if you can write Windows applications in C++ in the Visual Studio IDE. So can you use VSC++ to write Windows forms like in visual basic.
I'm still learning C++ in the console, I know its easier to learn in the console but for future ref. can you write C++ programs for Windows? If so, what books do you recommend?
Yeah you can use WinForms with VC++. Which version of Visual Studio are you using? There should be an option like "New Windows Forms application". You can use other libraries like Qt, wxWidgets or GTK+ with VC++/C++ to write GUI apps too that work on Windows.
Sorry for the late reply. The reason you can't make WinForms project is because you are using the 2012 version. Microsoft has removed it in v2012. To enable and use WinForms with C++ in VS2012 follow this: http://www.t-hart.org/vs2012/
Eh, I don't understand the reasons for the things MS does. They have their own reasons and ways of doing things. And sorry, I don't know of any good tutorials for WinForms with C++.
modoran - So are you saying that C++ is dead? and is it a waste of time me learning C++. I am still a beginner...
No, I did NOT said that. I said that what Stormboy told you to do and what you are asking is not C++ programming language and NO C++ compiler except Visual Studio will compile resulting code.
You seem to be confused and wrongly assume that this is C++, but it is only a Microsoft language which nobody uses these days.
If you want to program in C++ use New project -> Win32 -> Win32 Project template in Visual Studio, not that one on this link: http://www.t-hart.org/vs2012/