[Courses] [C] Beginner's Lesson One: Getting Started
Anca M. Holban
anca at lsv.cl.edu.ro
Thu Oct 10 13:51:57 EST 2002
On Tue, 8 Oct 2002, KWMelvin wrote:
> According to the list archives, most everyone has a copy of _Practical C
> Programming_ by Steve Oualline,published by O'Reilly and Associates.
I don't have it ;)
> I'm going to make some assumptions, namely: we are using some flavor
> of GNU/Linux; we have it installed and working on our computer; we
> have a text editor of some sort (vi, vim, emacs, etc.); we have the
> GNU C compiler installed and working.
I'm using :
-linux distro: Debian 2.2 r7/kernel 2.4.18;
-text editor: joe;
-compiler: gcc 2.95.2
> #include <stdio.h>
>
> int main(void)
> {
> printf("hello, world\n");
>
> return 0;
Been there, done that.
peace ;)
More information about the Courses
mailing list