Нельзя. И & тоже нельзя
я всегда думал, что запятая - просто символ, исключительно визуальная часть синтаксиса. Интересно, как это сделано в плюсах
Можно.
пиздец.
Можно и можно
вот вам полный список https://en.cppreference.com/w/cpp/language/operator_precedence
Блин, действительно можно. А в универе учили, что нельзя. Наверное боялись за наши неокрепшие мозги ))
Это оператор https://en.cppreference.com/w/cpp/language/operators
Можно, но до 17 стандарта можно было отхватить на ровном месте. The comma operator, operator,. Unlike the built-in version, the overloads do not sequence their left operand before the right one. (until C++17) Because this operator may be overloaded, generic libraries use expressions such as a,void(),b instead of a,b to sequence execution of expressions of user-defined types. The boost library uses operator, in boost.assign, boost.spirit, and other libraries. The database access library SOCI also overloads operator,.
Обсуждают сегодня