I have done small project in c++, the IDE I am using is Visual Studio 2010. The program right now runs through command prompt. I wish to shift to VC++ so that I am able have buttons and dialogue boxes, in order to make an interaction with the user in a more human way. What I seek for are small things to start with. Can anyone provide guidelines so that it would become easier to start things with.
Share
What you need to do is create a Choose MFC->Dialog based application which will help you to start with creating dialog box and controls like buttons, radio buttons and checkboxes. Moreover i would suggest you to read this book.