Added two more to my list.
tags: #programming #programminglanguages #python #javascript #cpp #c
Added two more to my list.
tags: #programming #programminglanguages #python #javascript #cpp #c
@gynvael wat
i thought std::endl was a platform dependent constant??
@meena In all honesty that's what I thought as well for years! Then, when I was writing some article or something, I wanted to find the exact definition in the headers... and found a function.
After checking in the standard's draft (http://eel.is/c++draft/ostream.manip#2) it turned out that apart from this being a platform specific constant, it also does a flush() 🤷