如何看懂這些程序
/249/5095/HiCk/hello.c:1:19: warning: extra tokens at end of #include directive [enabled by default]
#includeint main(自己動手豐衣足食) { /*在雙引號中間輸入Hello World*/ printf("Hello World "); return 0; }
? ? ? ? ? ? ? ? ? ^
/usr/lib/gcc/x86_64-redhat-linux/4.8.3/../../../../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
2016-10-17
點下面出錯誤的長排英語小字,每一排都有相對應的錯誤 點了之后會有一個箭頭指在你敲的代碼的左邊 然后你在仔細檢查
2016-10-17
程序是計算機語言你要讓計算機看懂,記住關鍵字就會開始簡單