What are the differences between a plain variable and a reference to it?

前端 未结 0 1229
别那么骄傲
别那么骄傲 2020-12-02 07:38

If I write:

int a = 5;
int& b = a;

in c++, (I have to be careful in how I ask this), can a and b be used comple

相关标签:
回答
  • 消灭零回复
提交回复
热议问题