Link to home
Start Free TrialLog in
Avatar of hott
hott

asked on

strstream.h & strfile.h in UNIX

I am porting programs that uses strstream.h and strfile.h in the unix environment. However, they are not available in VC++. Need help to know where I can find replacements for these header files. Thanks!
Avatar of jkr
jkr
Flag of Germany image

strstream.h is available as 'strstrea.h' (8.3!)
Avatar of nietod
nietod

Also there is a strstream file (no .h)   There is no strfile.h.  I don't think that is part of the standard library.  What does it contain?
After taking a look into 'strfile.h', i think th VC++ equivalent is 'io.h' - the functionality is almost identical, my version of this file is a part of 'libio.h'...
ASKER CERTIFIED SOLUTION
Avatar of DOMINIC011899
DOMINIC011899

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I had already suggested that....