如何看懂這些程序
/249/5095/HiCk/hello.c:1:19: warning: extra tokens at end of #include directive [enabled by default]
#includeint main(自己動(dòng)手豐衣足食) { /*在雙引號(hào)中間輸入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
點(diǎn)下面出錯(cuò)誤的長(zhǎng)排英語(yǔ)小字,每一排都有相對(duì)應(yīng)的錯(cuò)誤 點(diǎn)了之后會(huì)有一個(gè)箭頭指在你敲的代碼的左邊 然后你在仔細(xì)檢查
2016-10-17
程序是計(jì)算機(jī)語(yǔ)言你要讓計(jì)算機(jī)看懂,記住關(guān)鍵字就會(huì)開始簡(jiǎn)單