摘要:
下面对放在三个不同存储区的数组进行简要的分析(1) 对全局数组进行分析#include <cstdio>#include <iostream>using namespace std;int global_array[3];int main(){ int idx = 2; global_array[0] = 10; global_array[1] = 20; global_a... 阅读全文
posted @ 2010-10-26 23:16
老钟古
阅读(792)
评论(0)
推荐(0)

浙公网安备 33010602011771号