Re: [問題] visual c++ 2005

看板Programming作者 (sjgau)時間18年前 (2007/06/16 16:29), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/4 (看更多)
// 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
文章代碼(AID): #16SvzN4q (Programming)
文章代碼(AID): #16SvzN4q (Programming)