当前位置:网站首页>6.2 function-parameters
6.2 function-parameters
2022-07-29 05:07:00 【学习make me happy】
链接
parameters 是什么
- 变量名
- 数据从调用环境传递到被调用函数
- 这个过程叫传参
Two ways to pass into a function:
- pass by value
- pass by reference
Pass by value: fundamental type
the parameter is a copy of the original variable

- num1和x在内存的不同位置
- 调用foo时候,只是将20从内存复制到变量x的位置
- return的时候,再把结果拷贝到num2在内存的位置
如上是不会修改主函数中的值,如果想修改主函数中的值,可以参考如下。
Pass by value: pointor

传递的值是p的值,也就是num1de地址。
Pass by value: Structure


修改mat中的rows cols值不会影响外面的。
但是使用mat的pData修改pData指向的内容,会修改外面。
?question
如果结构体很大,怎么传参。
边栏推荐
- 【文件下载】Easyexcel快速上手
- tmux随笔
- 后置通知的流程分析与功能实现有哪些内容你还记得吗?
- 时间序列分析的表示学习时代来了?
- 2021-10-23
- Stack and queue and priority queue (large heap and small heap) simulation implementation and explanation of imitation function
- sql日志
- Cache penetration, cache breakdown, cache avalanche and Solutions
- TCP three handshakes and four waves
- VirtualBox has expanded the capacity of virtual hard disk (without modifying the original data)
猜你喜欢

Learn the first program of database

SM整合原来这么简单,步骤清晰(详细)

Huawei ilearning AI mathematics foundation course notes
![[wechat applet -- solve the alignment problem of the last line of display:flex. (discontinuous arrangement will be divided into two sides)]](/img/ee/b424d876c64dac652d76f9f26e4b20.png)
[wechat applet -- solve the alignment problem of the last line of display:flex. (discontinuous arrangement will be divided into two sides)]

What if the office prompts that the system configuration cannot run?

Network Security Learning - Intranet Security 1

7.2-function-overloading

传奇开区网站如何添加流量统计代码

三层项目的架构分析及构造方法的参数名称注入

The method and detailed code of automatically pop-up and QQ group when players visit the website
随机推荐
玩家访问网站自动弹窗加QQ群方法以及详细代码
ARFoundation入门教程10-平面检测和放置
Quick start JDBC
Original code, inverse code, complement code
TMUX essays
Apache POI implements excel import, read data, write data and export
TCP三次握手四次挥手
On AspectJ framework
WPS insert hyperlink cannot be opened. What should I do if I prompt "unable to open the specified file"!
Young freshmen yearn for more open source | here comes the escape guide from open source to employment!
Activity workflow table structure learning
How to add traffic statistics codes to the legendary Development Zone website
2022年泰迪杯数据挖掘挑战赛C题方案及赛后总结
开源汇智创未来 | 2022开放原子全球开源峰会 openEuler 分论坛圆满召开
The song of the virtual idol was originally generated in this way!
ARFoundation入门教程7-url动态加载图像跟踪库
Mysql语句中的函数
Unity metaverse (III), protobuf & socket realize multi person online
ARFoundation从零开始8-Geospatial API(地理空间)开发
MySQL regularly calls preset functions to complete data update