作者easterday (....)
看板C_and_CPP
標題[問題]想問有關C++Primer,p642..
時間Mon Aug 12 16:58:54 2013
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC2008
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
none
問題(Question):
我針對這一頁的敘述作了以下一個範例,但是好像有沒有加入typename關鍵字,
在VC跑起來完全都沒有變化...
應該要出現compiler error吧...
餵入的資料(Input):
http://codepad.org/CI4enoIY
預期的正確結果(Expected Output):
好像應該有compiler error吧...
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/CI4enoIY
補充說明(Supplement):
--
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.38.235.184
→ GNUGCC:跟編譯器也許有關係,typename 只是告知編譯器使用的是型態 08/12 21:16
→ GNUGCC:定義,若不加的話會讓編譯器誤以為是類別的資料成員. 08/12 21:17