[Cs3] comma operator

Mikhail Nesterenko mnestere at kent.edu
Thu Apr 24 13:57:22 EDT 2025


CS3 students,

Comma operator is available in C and C++. Here is a wiki page for it:

https://en.wikipedia.org/wiki/Comma_operator

The operator is overloadable, but in this stackoveflow discussion the
consensus is that there is no reason to do it.

  https://stackoverflow.com/questions/5602112/when-to-overload-the-comma-operator

Thanks,
-- 
Mikhail


More information about the cs3 mailing list