Let's say I want to use left shift. Does that mean I cannot use iostream header in the same file.

Another question is that I declare to use iostream header in one source file and not in another source file(2nd) in the same project, will the iostream header in effect in the 2nd file?