Search code examples
What is ({}) called in C++?...


c++gcc-statement-expression

Read More
Using comma operator (a, b) when a is a block of code...


cgccgcc-statement-expression

Read More
What's this C++ syntax that puts a brace-surrounded block where an expression is expected?...


c++syntaxlanguage-extensiongcc-extensionsgcc-statement-expression

Read More
What is this strange expression in GCC/Clang?...


c++cgcc-statement-expression

Read More
Execution order in GCC statement expressions...


c++gccgcc-statement-expression

Read More
Why `error: jump into statement expression` only sometimes?...


cgccgotogcc-statement-expression

Read More
What rules of C++11 standard are used to determine the type of the expression in ({ ... })...


c++c++11expressiongcc-extensionsgcc-statement-expression

Read More
GCC evaluation of compound statement...


cgccc-preprocessorgcc-statement-expression

Read More
BackNext