i have some problem with some of the functions, the details are below.
in vc6, in stream.h we have the following functions
setb()
base()
ebuf()
unbuffered()
allocate()
out_waiting
in fstream.h we hv fd()
my code uses all these functions, now this particular link below says that these functions are removed from vc8
http://msdn2.microsoft .com/en-us/library/8h8eh904(vs.80) .aspx
now is there any alternative function defined in vc8 to replace the older functions?
i will be greatful to any suggesstions you give
thanks in advance
sangeetha
in vc6, in stream.h we have the following functions
setb()
base()
ebuf()
unbuffered()
allocate()
out_waiting
in fstream.h we hv fd()
my code uses all these functions, now this particular link below says that these functions are removed from vc8
http://msdn2.microsoft .com/en-us/library/8h8eh904(vs.80) .aspx
now is there any alternative function defined in vc8 to replace the older functions?
i will be greatful to any suggesstions you give
thanks in advance
sangeetha
Comment