_IO_ostream_withassign


 
Thread Tools Search this Thread
Operating Systems Linux _IO_ostream_withassign
# 1  
Old 02-20-2006
_IO_ostream_withassign

I compiled a c++ program containing a declaration like this
_IO_ostream_withassign tmpcout;
On compilation, it gave me the error
'_IO_ostream_withassign' was not declared
I have also included the iostream.h file. I think the iostream.h file does not contain the
_IO_ostream_withassign class declaration.
I also suppose that the code was written in a earlier version of gcc.
I am using Mandriva 2006. How can i eliminate this error.
Please reply me in this regard.
# 2  
Old 03-17-2008
i have the same problem i can't declar _IO_stream_withassign tmpcout have you found the solution plz
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question