View Single Post
  #5  
Old 07-16-2003, 03:26 PM
alkrun
Sarnak
 
Join Date: Jan 2002
Posts: 66
Default

#include <iostreams>

works in VS 6, VS.NET and VS.NET 2003. It works in gcc too. From what I remember there isn't a file in the include folder named iostreams without the extension in VS6, but the compiler knows how to handle it by adding the extension and namespace declarations.
Reply With Quote