I have just started doing a little C programming and, looking here and there, I have noticed a lot of people prefers to use <iostream.h> library (and related commands "cout" and "cin") instead of using <stdio.h> library (and related commands "printf" and "scanf")
What are the advantages and/or disadvantages (if any) of doing so?
Thanks to anybody who will try to answer my question :cheesy: