+ 2
How can you write a program and print a data without printf or cout in c or c++...?
Think its very easy :)
3 ответов
+ 1
cout : to display output
cerr : to display error message
clog : to display some kind of log
all of the above can be used to output any value
+ 6
There's actually std::cerr.
+ 2
I dont know