On Sat, 23 Mar 2002, ramzez wrote: > Hi... > Do someone know how go to a ubication on screen with C, something like > "gotoxy" in conio.h for DOS
In ANSI C (in other words, just in the C standard that will work on any C compiler on any computer), there is no way to do what you want. There is a library called "curses" that, while not part of the C standard, is quite portable, and exists on many platforms. I think the curses routine you want is "setsyx", but you should really look at curses as a whole if you want to use it. ---------------------------------------------------------------------------- DDDD David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D I tried so hard and got so far But in the end it doesn't even matter DK KD I had to fall to lose it all But in the end it doesn't even matter DDDD -Linkin Park _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list