为什么VS c++ 运行不了,加上#include <stdafx.h>才可以运行?
#include <stdafx.h>
#include<iostream>
//#include<stdlib.h>
using namespace std;
int main()
{
cout << "Hello c++" << endl;
return 0;
}
#include <stdafx.h>
#include<iostream>
//#include<stdlib.h>
using namespace std;
int main()
{
cout << "Hello c++" << endl;
return 0;
}
2018-01-17
举报