Hello!
Please, what are practical differences bewtween <iostream> and <iostream.h>, important for beginners?
Many thanks!
Simply, <iostream.h> was used in a old standard and you should not use it in modern programs. <iostream> is the correct way.
Hello!
Right that is the topic!!!
Firstly, are codepad and ideone supporting both ?
Many thanks!
<iostream.h> is not supported by any modern compilers.