Mail Archives: djgpp/1998/08/12/06:00:26
>George Foot writes:
>> `printf' is not documented to cooperate with `gotoxy'. Mixing
>> functions from conio with functions from stdio is a bad idea in
>> general, simply because they're not guaranteed to work together
>> properly.
I don't see why
fflush(stdout);
gotoxy(1,1);
printf("moo");
fflush(stdout);
won't work. In fact as long as the functions are implemented properly,
it *must* work. I think.
--Oliver
-- \ Style: Chen shi Xinjia Taijiquan.
orichman at hotmail.com \ Visit my homepage for NetWhack
http://www.pathcom.com/~simex/opr/index.html \ info (goal: a C++ NetHack).
- Raw text -