+ 1

Why do different c++ ide have different header files?

like <iostream.h> and <iostream>

4th May 2017, 3:08 PM
Arjun
Arjun - avatar
3 Respostas
+ 3
as far as I know, post C++03, <iostream.h> had been replaced by <iostream>, this was at least 12-14 years ago.
5th May 2017, 12:47 AM
Krishneel Nair
Krishneel Nair - avatar
+ 2
I think the new version of c++ compiler use <iostream> an old version use <iostream.h>
4th May 2017, 3:31 PM
MR Programmer
MR Programmer - avatar
+ 2
ls geany and turbo cpp are the only ide's that uses a .h format for header files
4th May 2017, 4:01 PM
Arjun
Arjun - avatar