Mail Archives: djgpp/2002/06/24/00:51:25
Hello,
How is the correct (ANSI) way of re-directing printf to
a piece of memory ?
I need the result of printf to Allegro's
text_length(font, phrase);, and after to show it using
textprintf(screen, font, x, y, fg, "%s", phrase);, at the
correct place on the screen, without blotting other things
on the screen.
The problem is that text_length doesn't take the char *
fmt parameter.
I thought to use a virtual FILE and fprintf, but I don't
know how to create a virtual only file.
By the way: Does ANSI define how should be inside the
struct FILE ?
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
- Raw text -