[97784] in RedHat Linux List
Re: Learning C (on Linux). Please advice.
daemon@ATHENA.MIT.EDU (Statux)
Thu Nov 5 00:12:42 1998
From: "Statux" <statux@bigfoot.com>
To: <redhat-list@redhat.com>
Date: Thu, 5 Nov 1998 05:09:52 -0000
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
conio.h isn't ansi standard, and no UNIX system has it. My partner did some
light explaining to me about why it doesn't exist.. getch() and getche() for
example (which are located in it), don't work with Linux (for instance)
because a call to one of these would freeze the whole OS temporarily... You
can do assembly calls to clear the screen, or do a call to the OS for
clear.. i'm sure there are other ways around this too..
-----Original Message-----
From: Philip Tong <tmgchee@pop.jaring.my>
To: RedHat Linux General list <redhat-list@redhat.com>
Date: Thursday, November 05, 1998 4:05 AM
Subject: Learning C (on Linux). Please advice.
>I know C is the 'universal' language that almost any platform will support.
>There are some differences in each.
>
>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.
>
>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?
>
>Can somebody please point me in the right direction?
>
>Thanks in advance.
>
>
>
>--
> 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.
>
>
>
--
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.