I compile the following code but I get a compile error in Visual Studio that I cannot understand.
#include using namespace std; int main()
The first line of every source file of your project must be the following:
#include
Visit here to understand Precompiled Headers