不能返回臨時變量的引用

下面是一段返回臨時變量引用的代碼: #include "stdafx.h" #include "conio.h" #include "windows.h" int &same() { int a = 2; return a; } int main() { int &b = same(); for (;;) { printf("b value is : %d\n",
相關文章
相關標籤/搜索