看板 Programming 關於我們 聯絡資訊
// VC0256.cpp : 定義主控台應用程式的進入點。 // #include "stdafx.h" #include <conio.h> // ---------------------------------------------- #include <iostream> using namespace std; int main() { cout << "Welcome at 04:28\n"; _getch(); return 0; } 以上,在 VC++ 2005 Express 測試 OK ※ 引述《quirky (sigh)》之銘言: : 我裝了 台大計中提供的 visual studio 2005 : 我打了一個程式, : #include <iostream.h> : int main() : { : cout << "Welcome\n"; : return 0; : } : 他一直說找不到 iostream.h, no such file or directory. : 我是照著螞蟻書打的,為什麼不對呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 123.193.222.89