0
What is the difference between #include <iostream> using namespace std; & #include <stdio.h>
Can someone tell me the difference between these two libraries ? Because we'r told to use at the school the <stdio.h> library and i can't see the point with <iostream>. Thanks guys.
1 Resposta
+ 2
iostrram is c++ stdio.h is C. stdio will work in C++ but lacks features of iostream