[97777] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: Learning C (on Linux). Please advice.

daemon@ATHENA.MIT.EDU (Tim Hockin)
Wed Nov 4 23:48:06 1998

From: Tim Hockin <thockin@isunix.it.ilstu.edu>
To: redhat-list@redhat.com
Date: Wed, 4 Nov 1998 22:48:09 -0600 (CST)
In-Reply-To: <001e01be0875$67bd07f0$1701a8c0@phil-t.pract.com.my> from "Philip Tong" at Nov 5, 98 12:33:04 pm
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

> For e.g., the header files. To clear screen on Turbo C 2.0 I think the
> conio.h header file needs to be included but I cannot find this header file
> in Linux.

the DOS conio functions are not ANSI standard and are not available on
linux.  Well, half-true.  you can get a source compatible library
(libconio?) that uses the same functions etc.  Otherwise look at ncurses
for screen handling.

> I'm not familiar with C. I would like to pick up the language. So far the
> sites that I have managed to get are all very general tutorial on C. Is
> there any tutorial which is specially for Linux's GCC implementation of C?

GCC is ANSI compliant.  It is not Linux's particular compiler.  As long as
you learn good ANSI and POSIX C, you'll be allright.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post