Remix.run Logo
procaryote a day ago

Some scars... as cout << was always a bad idea, and taught people early on in their C++ development that being overly clever with operator overloading was expected

veltas a day ago | parent [-]

Which I think most people understood not to do themselves when they encountered their first issue with the precedence of << vs other operators in expressions they wanted to print.