I know that VS2008 supports all, general C++, Managed C++ & C++/CLI.
What will be the default nature of VS2008? If I don't say anything then which C++ (C++, Managed C++ & C++/CLI.) will it use? Is it general C++? or Managed or CLI version?
I just want to do regular C++ programming. Not managed or CLI. So, I want to change settings appropriately. I don't want to change these settings for every project I create. How can I do that?
Just in case, if I need in future how do I tell it to use Managed C++ & C++/CLI?