Home > Software engineering >  Visual sudio system always can't find the specified file
Visual sudio system always can't find the specified file

Time:04-17


Very basic code, should be no problem, and it is in the resource manager to create the file



This code can run in the morning, when the tutorial classes to create a new project to run the following code,

# include & lt; Iostream>
using namespace std;
Int main ()
{
Cout & lt; <"Hello world" & lt; system("pause");
return 0;
}

Visual studio has a problem, said before the code and the code can't run,
Online methods, such as the resource manager to create the file, such as are tried, or useless,
Hope can be solved,
  • Related