You appear to be using an ancient DOS-based compiler. In DOS, file names can have at most 8 characters before the extension, anything more is silently dropped. iostream.h, iostreamx.h and iostreamhihiju.h all name the same file.
This will stop working when you move to a Windows-based compiler.
You appear to be using an ancient DOS-based compiler. In DOS, file names can have at most 8 characters before the extension, anything more is silently dropped.
iostream.h
,iostreamx.h
andiostreamhihiju.h
all name the same file.This will stop working when you move to a Windows-based compiler.