so3fate 當前離線
Banned
黃金俠 當前離線
退休mode已啟動
特級會員
TOP
gogogo123 當前離線
牛奶朱古力
進階會員
原帖由 so3fate 於 2008-11-30 20:40 發表 C++.......
原帖由 so3fate 於 2008-11-30 20:44 發表 ptr+=2 係咪move 去array element every time +2
原帖由 so3fate 於 2008-11-30 20:37 發表 #include using namespace std; int main() { int list[]={ 2,4,6,8,10,12,14,16,18}; int * ptr,j; ptr=list; for (j=0;j
原帖由 so3fate 於 2008-11-30 20:50 發表 6 4 18 8 30 that means 4 and 8 no modified by pointers?