Answer the question
In order to leave comments, you need to log in
Project Type Differences in VS 2010
I used to write console applications in C++. Now I want to create a clean project, without everything superfluous that the studio shoves into it, i.e. without pre-created windows, consoles, etc. I want to learn how to create it all myself and connect the necessary files to the project myself. In this regard, I created a clean project, but the studio gives an error on:
using namespace std;
int main()
{
return 0;
}
Faced with a lack of knowledge about this, Google does not help.
Answer the question
In order to leave comments, you need to log in
There is a clean project type in the studio. As a result, you will learn 1 file with the main function
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question