0
Can I use <iostream.h> in place of <iostream>
C++
2 Respostas
+ 3
Not here on SoloLearn, and you shouldn't do so anywhere, actually, because <iostream.h> is deprecated. The header files from the STL are extensionless.
+ 1
No. You need to learn modern C++.
https://www.sololearn.com/discuss/288609/?ref=app