+ 2

can we use print in c++?

31st Aug 2017, 12:47 PM
Boo
Boo - avatar
8 odpowiedzi
+ 6
@$Vengat I estimate that it is 55% correct https://code.sololearn.com/cgw8dao0Lybp/?ref=app
31st Aug 2017, 1:05 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 6
#include<cstdio> int main(){ printf("Well I dunno"); return 0; }
31st Aug 2017, 12:48 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 6
Result same but not worked as same as cout I mean I viewed its ascii code printf spent less computer instruction than cout
31st Aug 2017, 12:52 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 5
I mean, if they output the same they are the same right?
31st Aug 2017, 12:57 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
will it work ? is it same as cout ?
31st Aug 2017, 12:50 PM
Boo
Boo - avatar
+ 2
can you make a code for me to tell both ?
31st Aug 2017, 12:54 PM
Boo
Boo - avatar
+ 2
ok i understood thx
31st Aug 2017, 1:18 PM
Boo
Boo - avatar