Searching for "C" tutorials

pat at mirror.TMC.COM pat at mirror.TMC.COM
Fri Jun 2 00:26:00 AEST 1989


/* Written 12:01 am  May 19, 1989 by walker at bsu-cs.UUCP in mirror:comp.lang.c */
/* ---------- "Searching for "C" tutorials" ---------- */


>I am searching for "C" tutorials that can operate on an IBM-PC or
>compatible computer.  If you have any information (Vendors, Addresses,
>Fees, etc.) please reply by sending E-mail.  A summary of the information
>received will posted.

>Thank you for your cooperation.

>-- 
>Clint Walker <walker at bsu-cs.bsu.edu>
>UUCP:    ...!{iuvax,pur-ee}!bsu-cs!walker
>/* End of text from mirror:comp.lang.c */

I have a fantastic one that runs on an IBM PC or compatible.
It goes step by step threw almost everything about C and even
has tests so you can check yourself.  It is what I learned from
and I can do things like this:

	while((*(p+1)!=(char)7)&&(*(q+1)|0x40))
		p++;

It's great!  And it's free.  It was written by a student in some college.
I received it from one of my professors.  He loved it.

If you want it, mail me with information as to how I can send it to you.

(I must qualify my "free" statement and say that it is shareware)



More information about the Comp.lang.c mailing list