我在vc6.0下编译c++程序
#include<iostream>
int main ()
{
cout << "ok";
}
运行正常。
而在vc.net下编译就通不过
在程序中加上using namespace std;后就可通过。
为什么?谢谢回复