Re: [問題] passing arg 1 of `load' from incompa …

看板C_and_CPP (C/C++)作者 (snowlike)時間16年前 (2009/10/09 17:45), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
void set(int *ptr, int st, int ed, int th, int etc) { int i, tmpMax=st*ed*th*etc; for(i=0; i<tmpMax; ++i) { printf("%d", ptr[i]); } } 感謝指教我會改進的 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.33.184.50
文章代碼(AID): #1ApmOaTm (C_and_CPP)
文章代碼(AID): #1ApmOaTm (C_and_CPP)