Hello Everyone, I'm newish to C++ and am trying to make my first jump into video game programming, but the thing is that I want to make a sort of template project in Visual C++ 2010, can anyone tell me how I would be able to do this if its possible?
What do you mean by template project? If you are referring to project templates http://msdn.microsoft.com/en-us/library/6db0hwky VS2010 does not support them for unmanaged c++ but you can create a custom project wizard.