planB...

导航

随笔分类 -  C++ Primer练习

3.6节练习
摘要:练习3.43 1 #include "stdafx.h" 2 #include 3 using namespace std; 4 int _tmain(int argc, _TCHAR* argv[]) 5 { 6 int ia[3][4] = { 7 {0,1,2,3},... 阅读全文

posted @ 2015-10-31 22:56 ianobot 阅读(117) 评论(0) 推荐(0)