+ 2

How can you write a program and print a data without printf or cout in c or c++...?

Think its very easy :)

19th Jul 2017, 2:55 PM
T.Nandhakumar
T.Nandhakumar - avatar
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
19th Jul 2017, 4:55 PM
‎ ‏‏‎Anonymous Guy
+ 6
There's actually std::cerr.
19th Jul 2017, 4:35 PM
Hatsy Rei
Hatsy Rei - avatar
+ 2
I dont know
19th Jul 2017, 2:56 PM
T.Nandhakumar
T.Nandhakumar - avatar