Hi,
have you thought about a simple std::ofstream object?
ofstream is a class of the standard library and is do***ented well.
www.oop-trainer.de
"Ljungberg15" <Ljungberg15@[EMAIL PROTECTED]
> schrieb im Newsbeitrag
news:eec5675d.0412030250.2776c545@[EMAIL PROTECTED]
> Hi everybody,
>
> I'd like to know how i can create a plain text file, something that
> looks like this:
>
> -----------------------------------------------------
> Par1 Par2 Par3 ...
> -----------------------------------------------------
> XXXX XXXX XXXX
> XXXX XXXX XXXX
>
> If somebody has a suggestion, a library (and its guide!! that may be
> helpfull), please do let me know :)
>
> thx


|