江汉大学学报(自然科学版) ›› 2017, Vol. 45 ›› Issue (5): 424-428.doi: 10.16389/j.cnki.cn42-1737/n.2017.05.007

• 计算机科学 • 上一篇    下一篇

C/C++中指针与引用的用法

韩海   

  1. 江汉大学 数学与计算机科学学院,湖北 武汉 430056
  • 出版日期:2017-10-28 发布日期:2017-10-31
  • 作者简介:韩海(1968—),男,副教授,硕士,研究方向:图像处理与模式识别。

Analysis on Usage of Pointer and Reference in C/C++

HAN Hai   

  1. School of Mathematics and Computer Science,Jianghan University,Wuhan 430056,Hubei,China
  • Online:2017-10-28 Published:2017-10-31

摘要: 指针和引用的用法是C/C++语言教学中的难点,在列举指针与引用的基本用法和用作函数参数的基础上,通过对比编译得到的汇编语言代码,说明引用本质上还是指针,并给出在C++中使用引用的建议。

关键词: C++, 指针, 引用, 编译

Abstract: The usages of pointer and reference in C/C++ are the difficult points in course. On the basis of introduction of the basic usages of pointer and reference,through the comparison of ASM code,the writer illustrates that the reference is pointer in essence,and gives out the suggestion on application of pointer and reference.

Key words: C++, pointer, reference, compile

中图分类号: