Re: Errors w/ stream buff??


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]

Posted by Mike on July 28, 2000 at 09:05:02:

In Reply to: Re: Errors w/ stream buff?? posted by JS on July 28, 2000 at 00:18:00:

: : : sounds like ure mixing old-style headers (the ones with .h) and new-style headers (the ones without .h)

: : : see me or Pete during our office hours tomorrow if you still cant fix it ...

: : But does that mean, for the header files I made, I don't need the ".h"?

: try taking off the .h on the header files for the io, in other words use instead of , possibly any others with .h as well

I got that once, and it was cause I was using namespace std, In a case where you create an object, you might have to

std::istream
std::fstream

I am not sure that's related though.



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]