#include <iostream>
namespace std;
int main()
{
int a=0;
std::cout<<a<<std::endl;
std::cin.get();
return 0;
}
为什么会出错
error C2059: syntax error : ';'为什么会报这个错~~
还有要我加using namespace std;的就算了
#include <iostream>
int main()
{
int a=0;
std::cout<<a<<std::endl;
std::cin.get();
return 0;
}
为什么这样又没错?
打个比方吧比如有两个AB函数
他们在不同的库~~但是我同样需要这两个函数
所以我要两个空间
比如std::AB()与boost::AB()
难道就没有一个让我满意的答案么
浮云间
守着星空守着你
至尊宝的传说
相关分类