摘要
C++在继续使用指针的同时,引入了一种称为引用的特殊数据类型。本文论述了C++语言中引用的典型用法和注意事项。
A special type of data called reference is introduced into C++ while pointer is being used simultaneously.The paper focuses on the typical usage of reference and notice.
出处
《科技广场》
2006年第5期93-95,共3页
Science Mosaic
关键词
语言
引用
指针
函数
参数
Reference
Pointer
Function
Parameter