A89: Re: Text Files in C
[Prev][Next][Index][Thread]
A89: Re: Text Files in C
Hi!
> I am working on "another" text viewer. It will be my
> first major program in C. I have written one is
> basic, using FLIB, but it is too slow to make the
> multiple fonts and such. How would I be able to
> create and write to a text(.89t) file in C for an
> on-calc editor?
fopen, and fputs are quite enough. Read stdio.h documentation
for TIGCCLIB, especially fopen. There is also an example how
to make a text data.
Zeljko Juric