摘要:
这样的一段程序:#include<iostream.h>int main() { cout << "Come up and C++ me some time."; cout << "YOU won-t regret it!" << endl; int i=0; cin>>i; return 0;}引用的是#include<iostream.h>的话,就不需要在cout前面加 std::这个名称空间了,但是如果引用的是#include<iostream>的话就需要在cout 阅读全文
posted @ 2012-12-28 14:56
前行者
阅读(10166)
评论(0)
推荐(1)

浙公网安备 33010602011771号