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.
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.