S
S
sHooKDT2013-11-13 19:24:03
C++ / C#
sHooKDT, 2013-11-13 19:24:03

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

2 answer(s)
W
wrewolf, 2013-11-13
@wrewolf

There is a clean project type in the studio. As a result, you will learn 1 file with the main function

I
Ivaneo, 2013-11-20
@Ivaneo

Advice for the future, avoid using using namespace std;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question