開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
GCC 4.6.3
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
無
問題(Question):
怎麼把 JavaScript 的程式碼 , 改成 C++ ?
餵入的資料(Input):
無
預期的正確結果(Expected Output):
1
錯誤結果(Wrong Output):
main.cpp: In function 'int sub2()':
main.cpp:21:13: error: 'x' was not declared in this scope
cout << x <<endl;
^
程式碼(Code):(請善用置底文網頁, 記得排版)
JavaScript 原始碼 (書本的範例,正確) => http://pastebin.com/pCgAwAym
C++ 原始碼 (自己改寫,錯誤) => https://repl.it/BafW/1
補充說明(Supplement):
用 Chrome 測試 JavaScript 原始碼 會當掉
請用 IE 或 Firefox 來測試