Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C Programming (http://www.velocityreviews.com/forums/f42-c-programming.html)
-   -   Learning C online? (http://www.velocityreviews.com/forums/t598248-learning-c-online.html)

Zach 03-12-2008 10:43 PM

Learning C online?
 
What are the best websites (or HTML or PDF free books available for
download and if so where) for learning C?

Is this a good site:
http://www.space.unibe.ch/comp_doc/c_manual/C/cref.html

Zach

Ian Collins 03-12-2008 10:47 PM

Re: Learning C online?
 
Zach wrote:
> What are the best websites (or HTML or PDF free books available for
> download and if so where) for learning C?
>

This question is asked here often, even this week. Search through the
archives for 'tutorial'

--
Ian Collins.

jacob navia 03-12-2008 11:13 PM

Re: Learning C online?
 
Zach wrote:
> What are the best websites (or HTML or PDF free books available for
> download and if so where) for learning C?
>
> Is this a good site:
> http://www.space.unibe.ch/comp_doc/c_manual/C/cref.html
>
> Zach


You can download my tutorial, and the compiler that goes with it.
It is an easy system to install (6MB download, 30 second install)
and I try to explain things from the ground up.

http://www.cs.virginia.edu/~lcc-win32


--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32

Richard 03-12-2008 11:31 PM

Re: Learning C online?
 
Ian Collins <ian-news@hotmail.com> writes:

> Zach wrote:
>> What are the best websites (or HTML or PDF free books available for
>> download and if so where) for learning C?
>>

> This question is asked here often, even this week. Search through the
> archives for 'tutorial'


So are 99% of the questions. What is your point?

Zach 03-13-2008 02:10 AM

Re: Learning C online?
 
On Mar 12, 7:13 pm, jacob navia <ja...@nospam.com> wrote:
>
> You can download my tutorial, and the compiler that goes with it.
> It is an easy system to install (6MB download, 30 second install)
> and I try to explain things from the ground up.
>
> http://www.cs.virginia.edu/~lcc-win32


Hi Jacob,

I use a Linux OS.

Zach

WANG Cong 03-13-2008 04:21 AM

Re: Learning C online?
 
On Wed, 12 Mar 2008 15:43:22 -0700,Zach wrote:

> What are the best websites (or HTML or PDF free books available for
> download and if so where) for learning C?
>


I recommend The C Book, which is available at:
http://publications.gbdirect.co.uk/c_book/

--
Hi, I'm a .signature virus, please copy/paste me to help me spread
all over the world.

Richard Heathfield 03-13-2008 06:56 AM

Re: Learning C online?
 
Zach said:

> What are the best websites (or HTML or PDF free books available for
> download and if so where) for learning C?
>
> Is this a good site:
> http://www.space.unibe.ch/comp_doc/c_manual/C/cref.html


No, it isn't.

If you'd like a list of reasons, let me know. If you'd rather save time and
just have the answer to your original question, check these out:

Steve Summit's excellent, and rather gentle, tutorial can be found at
<http://www.eskimo.com/~scs/cclass/>; the serious C student will benefit
most from this tutorial if he or she has a copy of "The C Programming
Language", 2nd edition, by Kernighan and Ritchie. Tom Torfs takes a rather
more austere approach; this doesn't suit everybody, but many people have
found it extremely helpful. His tutorial can be found at
<http://cprog.tomsweb.net/cintro.html>.

Essential reference: "The C Programming Language", 2nd Ed. Kernighan &
Ritchie. Prentice Hall, 1988. ISBN 0-13-110362-8 (paperback), or
0-13-110370-9 (hardback) - will pay for itself many times over during the
course of your programming career.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999

santosh 03-13-2008 09:17 AM

Re: Learning C online?
 
WANG Cong wrote:

> On Wed, 12 Mar 2008 15:43:22 -0700?Zach wrote?
>
>> What are the best websites (or HTML or PDF free books available for
>> download and if so where) for learning C?
>>

>
> I recommend The C Book, which is available at:
> http://publications.gbdirect.co.uk/c_book/


This isn't suitable for a complete beginner though. IME it's even harder
than K&R2 for someone new to programming.


santosh 03-13-2008 09:19 AM

Re: Learning C online?
 
Zach wrote:

> On Mar 12, 7:13 pm, jacob navia <ja...@nospam.com> wrote:
>>
>> You can download my tutorial, and the compiler that goes with it.
>> It is an easy system to install (6MB download, 30 second install)
>> and I try to explain things from the ground up.
>>
>> http://www.cs.virginia.edu/~lcc-win32

>
> Hi Jacob,
>
> I use a Linux OS.


You can still use lcc-win32 (and it's executables) under WINE in Linux.

<http://www.winehq.org/>


Richard Bos 03-13-2008 09:43 AM

Re: Learning C online?
 
santosh <santosh.k83@gmail.com> wrote:

> Zach wrote:
>
> > On Mar 12, 7:13 pm, jacob navia <ja...@nospam.com> wrote:
> >>
> >> You can download my tutorial, and the compiler that goes with it.
> >> It is an easy system to install (6MB download, 30 second install)
> >> and I try to explain things from the ground up.
> >>
> >> http://www.cs.virginia.edu/~lcc-win32

> >
> > I use a Linux OS.

>
> You can still use lcc-win32 (and it's executables) under WINE in Linux.


The right question, given that its author is (by his own admission, in
that other thread) incapable of reading code beyond 2000 lines, whether
you should take that risk.

Richard


All times are GMT. The time now is 07:23 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57