Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我第一次反驳了下面的代码。我对它的语法以及它为什么会起作用感到困惑。
int b = ({ int c = 2; c; }); std::cout << b;