開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
CodeBlocks 16.01
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
昨天經過幾位大大解惑後,因為CodeBlocks有點問題我就重裝了。
現在有個大問題就是,我有些程式沒辦法執行,連只有簡單的printf都沒辦法。
而且明明同樣的程式碼,有些檔案可以跑有些不行……
餵入的資料(Input):
預期的正確結果(Expected Output):
fine
錯誤結果(Wrong Output):
底下的Build messages跑出一堆
warning: null character(s) ignored
附圖http://imgur.com/a/VjO9p
程式碼(Code):(請善用置底文網頁, 記得排版)
#include<stdio.h>
int main(){
printf("fine");
}
補充說明(Supplement):
麻煩各位了,感恩~~