会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
smartlearn
博客园
首页
新随笔
新文章
联系
订阅
管理
2022年10月23日
C/C++ 一维数组和二维数组参数传递的几种方式
摘要: 一维数组: #include <iostream> #include <windows.h> #include <string> using namespace std; //在以下几种方法中,ages都不是真正的数组,实际上是一个指针 int *ages int calAverage1(int a
阅读全文
posted @ 2022-10-23 15:06 wshidaboss
阅读(70)
评论(0)
推荐(0)
编辑