C++二级指针第三种内存模型
摘要:
#include "stdio.h"#include "stdlib.h"#include "string.h"void main(){ int i = 0, j = 0; char buf[100]; char **myarray = (char **)malloc(10*siz... 阅读全文
posted @ 2015-07-12 11:50 CentForever 阅读(451) 评论(0) 推荐(0) 编辑