Click here to Skip to main content
15,920,596 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I have completed two books on C++ both of them are on console applications,Sams Teach C++ 1 hour a Day and C++ for Everyone,now I want to get forward to Visual programming but i am confused on where to start in visual programming ,i downloaded Visual Studio 2012 but under visual C++ tab there are many options for Visual C++ Programming, i am a bit confused on where to start now after console programming.
Posted

Start with the Win32 applications: Window, Dialog etc. You would also do well to get a copy of Programming Windows[^] by Charles Petzold. There are also some good online tutorials at http://www.winprog.org/[^], http://www.relisoft.com/index.htm[^] and http://www.functionx.com/win32/index.htm[^]. And, of course, lots of CodeProject articles at http://www.codeproject.com/Chapters/1/Desktop-Development.aspx[^].
 
Share this answer
 
The easiest place to start is probably with a WinForms C++ app: create a new project, and select "Windows Forms Application" as the type.

But I'd go with another book, as whichever way you do go, there is a considerable about to learn: this may help: Ivor Horton's Beginning Visual C++ 2008[^] or there is a more up-to-date-versions for 2010 and 2012 (but I've not read them): Ivor Horton's Beginning Visual C++ 2012[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900