...snip...
> ofstream outputfile;
> outputfile.open("/tilde/lpcoop/temp.txt",ios::out);
what do you expect this line to do?
> outputfile << doc << endl;
> outputfile.close();
>
> Please tell me what the problem is ?? If i try to write a
> normal string to
> the outputfile like outputfile << "hello"; ...... it writes
> that to the
> file.
>
> Please reply back..
> thank you very much.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]