What VS 2010 Template to Chose?
Posted
by Dr Hydralisk
on Stack Overflow
See other posts from Stack Overflow
or by Dr Hydralisk
Published on 2010-06-11T05:09:58Z
Indexed on
2010/06/11
5:12 UTC
Read the original article
Hit count: 183
c++
I am just getting started with C++ and wanted to know does it really matter what template you chose in Visual Studio 2010 (for creating executables)? Like if I was creating a console application there is CLR Console Application, Win32 Console Application, and Win32 Project (description says it can be an application or a dll), what would I chose (or could i select Empty Project)?
© Stack Overflow or respective owner