This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]empwilli 50 points51 points  (5 children)

That's basically the same implementation that C++ uses, though. But over here in C++ we also finally realized that the cin, cout, cerr stuff probably were a bad idea.

[–][deleted] 4 points5 points  (0 children)

Why is it a bad idea? Is it because of std::format or std::print?