从我最近的问题(Why is a c++ reference considered safer than a pointer?)中进行的讨论中,我想到了另一个问题:在c++中引入引用的背后的原理是什么?

最佳答案

Stroustrup的Design and Evolution of C++的3.7节描述了对语言的引用的引入。如果您对C++的任何功能背后的基本原理感兴趣,我强烈推荐这本书。

关于c++ - 在c++中引入引用背后的基本原理是什么?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4716426/

10-14 06:57