On Sat, Mar 23, 2002 at 07:39:21AM -0500, ramzez wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi...
>   Do someone know how go to a ubication on screen with C, something like 
> "gotoxy" in conio.h for DOS

There is no such thing as a screen in C. C provides no such services.

Which is not to say it can't be done, but you have to use non-standard
extensions to the language. On unix-like systems (such as Linux) the
traditional way of doing it is with the curses package. I suggest you
look up 'man curses' or 'info curses' and look at all the other pages
those refer you to. There's also probably a bunch of other info in
/usr/doc or /usr/share/doc under either curses* or ncurses*. Plenty
of tutorials or other info on the web, too.

Fred

-- 
---- Fred Smith -- [EMAIL PROTECTED] -----------------------------
                      The eyes of the Lord are everywhere, 
                    keeping watch on the wicked and the good.
----------------------------- Proverbs 15:3 (niv) -----------------------------



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to