Mail Archives: djgpp/1998/08/12/18:45:39
> 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.
You're quite correct that it does work (at least in the context of text
mode; see Shawn's post re: graphics mode), but there's no guarantee,
warranty, or official document whatsoever that says that it must or
always will work in all cases on all versions of all compilers.
--
---------------------------------------------------------------------
| John M. Aldrich | A singer in a smoky room / Smell of |
| aka Fighteer I | wine and cheap perfume / For a smile |
| mailto:fighteer AT cs DOT net | they can share the night / It goes |
| http://www.cs.net/fighteer/| on and on and on... |
---------------------------------------------------------------------
- Raw text -