作者:
ghost852 (MingHuang)
2014-10-15 23:55:06開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VS 2012(CLR)
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
1. 是否能於C++/CLI 中使用C++或C的語法。
2. 如何輸入INT的數值,網路上都是用Console::Read(),但是這讀不到雙位以上的數字
,且輸入的是ASCII碼。
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
int^ test ;
Console::Read;
Console::WriteLine("TEST:"+*test);
補充說明(Supplement):
PPT新手,請見諒...