開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
CodeBlocks
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
我想要用char印一些特殊符號,像是照書上的作法
char ch=228;
printf("%c",ch);
預期要能印出Σ符號,結果什麼都沒有出現……
餵入的資料(Input):
預期的正確結果(Expected Output):
Σ
錯誤結果(Wrong Output):
什麼都沒有
程式碼(Code):(請善用置底文網頁, 記得排版)
char ch=228;
printf("%c",ch);
補充說明(Supplement):
我還很菜,真的不知道是出什麼問題了,
請各位大大幫解惑QQ