Is it possible to write on pure C ++ in Visual C ++ 2008, for example? Help me with setting up the project. How to choose a project, write down the points that could exclude .NET

  • First, why not use a more modern version (Community versions are free)? Secondly, what is really the problem? Describe the minimum reproducible example in more detail. - αλεχολυτ
  • the computer is very weak before that used vs c ++ 6.0 in new studios I do not understand. - user215934
  • I think you mean the win32 console application, uncheck all the checkboxes ... - pavel
  • one
    You do not need to choose the CLR and then with a 99% chance the usual c++ will be. There is even a Wizard: New Project - Visual C++ - Win32 - Win32 Console Application . For starters, this will be quite enough. - αλεχολυτ pm
  • thank! problem solved. - user215934

1 answer 1

No need to choose the CLR and then it will be the usual c++ . There is even a Wizard:

New Project - Visual C ++ - Win32 - Win32 Console Application .

For starters, this will be quite enough.