摘要: Document 点击 QQ x 阅读全文
posted @ 2018-01-31 11:10 花兮 阅读(105) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; void main() { int i, j; //指针数组 char *a[] = { "123","456","789" }; //二维数组 char b[3][4] = { "123","456","789" }; //malloc动态分配... 阅读全文
posted @ 2018-01-31 10:12 花兮 阅读(130) 评论(0) 推荐(0) 编辑