+ 3
Why clog is used in c++ !!!
2 odpowiedzi
+ 5
C++ clog. The clog object in C++ is an object of class ostream. It is associated with the standard C error output stream stderr. clog and cerr , both are associated with stderr , but it differs from cerr in the sense that the streams in clog are buffered and not automatically tied with cout .