On Fri, Feb 22, 2002 at 10:58:50AM +0530, kshitijv wrote:
Hi Friends, Thanks for replying to my previous mail. Currntly i am porting a c++ code (written for windows) to Linux. The code uses #include<ios> for using ios_base::left flag. I would like to know which Linux header file will provide me this facility.
for that you need g++ version 3.0. and #include<g++-v3/ios>. Check it on your system in /usr/include/g++-<version> directory.
regards