Brijesh1in's blog

By Brijesh1in, history, 6 years ago, In English

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 .....

Full text and comments »

  • Vote: I like it
  • +11
  • Vote: I do not like it