+ 4

what is #iostream

henlo im learning c++ what is #iostream

13th Aug 2017, 8:40 AM
EmptyBox
EmptyBox - avatar
7 Respuestas
+ 2
@emptybox 5***0 will give u syntax error because in c++ u cannot do that
13th Aug 2017, 8:49 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 8
The full name of iPhones' OS.
13th Aug 2017, 8:42 AM
Dao
Dao - avatar
+ 8
@David since when did you become C++ proz.
13th Aug 2017, 8:43 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
Like the cstdio header inherited from C's stdio.h, iostream provides basic input and output services for C++ programs. iostream uses the objects cin , cout , cerr , and clog for sending data to and from the standard streams input, output, error (unbuffered), and log (buffered) respectively. taken from https://cheeze.club/5z0c
13th Aug 2017, 8:41 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
also is 5***0 = 0?????? :thinking:
13th Aug 2017, 8:43 AM
EmptyBox
EmptyBox - avatar
+ 3
@Hatsy Rei i only advertise
13th Aug 2017, 8:44 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
oooo thanks david
13th Aug 2017, 8:50 AM
EmptyBox
EmptyBox - avatar