prerequisites to learning C

  • Follow


Since I'm more or less a novice in C, I would like to know what online
material I can refer to so that I can easily understand

1. The mathematics involved( numeral system etc)

2. Compilation procedure, libraries, OBJ files etc etc

Can anybody provide some links ?
0
Reply Broli00 (348) 3/12/2008 8:27:48 PM

broli wrote:

> Since I'm more or less a novice in C, I would like to know what online
> material I can refer to so that I can easily understand
> 
> 1. The mathematics involved( numeral system etc)

Any high school textbook ought to be enough to start with.

<http://www.eskimo.com/~scs/cclass/mathintro/top.html>

Also there are lots of tutorials on the Net for binary arithmetic,
boolean logic etc. A Google search will get you a lot of links.

> 2. Compilation procedure, libraries, OBJ files etc etc

<http://www.iecc.com/linker/>

> Can anybody provide some links ?

0
Reply santosh.k83 (3969) 3/12/2008 8:40:36 PM


broli <Broli00@gmail.com> writes:

> Since I'm more or less a novice in C, I would like to know what online
> material I can refer to so that I can easily understand
>
> 1. The mathematics involved( numeral system etc)

A good start is the tutorial section in K&R2. Anything else is easily
googled up.

>
> 2. Compilation procedure, libraries, OBJ files etc etc

http://www.network-theory.co.uk/docs/gccintro/gccintro_8.html

is a good start.

>
> Can anybody provide some links ?
0
Reply devr_ (448) 3/12/2008 9:04:12 PM

On Mar 12, 4:27 pm, broli <Brol...@gmail.com> wrote:
> Since I'm more or less a novice in C, I would like to know what online
> material I can refer to so that I can easily understand
>
> 1. The mathematics involved( numeral system etc)
>
> 2. Compilation procedure, libraries, OBJ files etc etc
>
> Can anybody provide some links ?


Programming from the Ground Up Book -By Jonathan Barlett is the right
kind of book for you.

you can download it from here:-
http://download.savannah.gnu.org/releases/pgubook/
0
Reply aarklon (253) 3/14/2008 5:12:57 PM

3 Replies
15 Views

(page loaded in 0.075 seconds)

Similiar Articles:













7/18/2012 10:48:16 AM


Reply: