摘要:
uno.理解C++变量的作用域和生命周期没有要求讲解我就简单注释了一下~#include int main(){ for (int i=0;iusing namespace std;char *wrongdoing(){ char t[] = "wroingdoing"; return t;}char *rightway(){ char *t = "rightway"; return t;}int main(){ cout using namespace std;int *p,*q;void test(){ int *a = new... 阅读全文
posted @ 2013-11-17 23:23
Yuzuka
阅读(177)
评论(1)
推荐(0)

浙公网安备 33010602011771号