我編譯我的工作,不停地出現,無論我怎麼修改我的代碼,這樣的錯誤:如何在'char'之前阻止錯誤「預期表達式?
expected expression before ‘char’
和
format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
的第二個錯誤,我試着使用類型轉換但問題確實存在。有誰知道如何? 這是我的代碼的一部分:
while (char my_wget (char web_address[BUFLEN]) != EOF) {
printf ("%s", (char) web_address[BUFLEN]);
獲取關於C的書並從中學習語言。不要只寫一些東西來編譯,更不要說工作了。 – 2013-03-12 05:25:13