艺术的追求从编程开始

C/C++/UNIX/PYTHON/ALGORITHM

导航

2015年11月27日

二维数组和指针数组

摘要: #include "stdafx.h" #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { int arr1[3]; int arr2[3]; int arr3[3]; int ... 阅读全文

posted @ 2015-11-27 12:03 Rambo.Wang 阅读(215) 评论(0) 推荐(0)