why still scanf ??

Revision en1, by Brijesh1in, 2018-08-26 15:55:42

I have seen that mostly great programmers use scanf in C++ while they can use cin with ios::sync_with_stdio(false); cin.tie(NULL); I want to know why??

Sorry because I don't know how to put things into a block .... Thanks in advance .....

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Brijesh1in 2018-08-26 15:55:42 273 Initial revision (published)