On Tue, 28 Mar 2000, you wrote:
> I have a few questions about C programming under Linux:
>
> 1. where can I find info on how to use the include/hash files under
/usr/include ? especially those that are NOT ANSI, like /usr/src/linux/include ?
Err, i'm confused by your question. Why would you not want to use ANSI
headers? Nobody uses non-ansi C anymore. If you have old C source, convert it
to ansi. You will find it will have a lot of errors which were not previously
caught by the non-ansi compiler.
> 2. what in the world is gcc/glibc's version of turbo c's gotoxy(x,y) to
> reposition the cursor?
The "world" of unix/linux wrt 'gotoxy' is called curses. To see more of this
world, 'man ncurses'. If you don't have the manpage, install the ncurses RPM.
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]