酷!學園
技術討論區 => 程式討論版 => 主題作者是: duncanlo 於 2002-07-01 23:18
主題:
標頭檔載入的不同?!
作者:
duncanlo
於
2002-07-01 23:18
在C++內,
#include <iostream.h>
跟
#include <iostream>
using namespace std;
是一樣的,
那個"std"代表的意思是什麼?