you are viewing a single comment's thread
view the rest of the comments
[–] 50 points 1 year ago (3 children)

No debate, std::endl can be a disaster on some platforms due to flushing crap all the time.

  • source
  • hideshow 6 child comments
  • [–] 37 points 1 year ago (2 children)

    It's a very C++ thing that the language developers saw the clusterfuck that is stream flushing on the kernel and decided that the right course of action was to create another fucking layer of hidden inconsistent flushing.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 1 year ago

    programmers manage to do stupid shit in every language. i was wondering if there was a way to stop them, and golang comes close but maybe proves it can't be done. idk!

  • source
  • parent