Setting up my very first program.

Aug 4, 2010 at 12:00am
I'm trying to teach myself c++. I have Visual Studio 2010 Ultimate. Out of all the tutorials I have looked into, not a single one tells me how I should set it up. Like whether it is a win32 project or win32 console and so on. Simple little things I need to know/understand to get going.

I'm sure I will be able to go from there.
Aug 4, 2010 at 12:08am
And need to know how to insert the part where I can write out the code.
Aug 4, 2010 at 12:12am
Use an empty project. Add a .cpp file to it (the proper place would be under the "Source Files" filter/folder). Write your program in there and click the "play" button (or press F5) to compile and run.
Last edited on Aug 4, 2010 at 12:18am
Aug 4, 2010 at 12:28am
When you first get started, I'm assuming the tutorials you're using will stick entirely to console programs.
Aug 4, 2010 at 2:05am
Just to be clear: Setup a Win32 Console Application, not a Win32.

You'll be sticking with the console for a long time, and you'll come to hate/love it with a passion ;)
Topic archived. No new replies allowed.