Login
From:
C++ Senioreas
(Uncensored)
subscribe
It’s just ‘,’ – The Comma Operator – C++ Senioreas
https://cppsenioreas.wordpress.com/2024/10/21/its-just-comma-the-comma-operator-cpp/
links
backlinks
Tagged with:
c++
advanced
behind the scenes
intermediate
codeproject
comma operator
fold-expressions
literals
The comma operator in C++ allows you to evaluate two expressions in a single statement. It evaluates the first expression, discards its result, and then evaluates the second expression, returning i…
Roast topics
Find topics
Find it!