1820076 Members
3325 Online
109608 Solutions
New Discussion юеВ

Re: learning ansi c ..

 
someone_4
Honored Contributor

learning ansi c ..

Can anyone recommend some sites or books on basic ansi C programing? Or anythign else that will give me a good idea on C. I am not trying to be programer just get my feet wet a little and learn some C.

thanks
~ Richard
5 REPLIES 5
Sanjay_6
Honored Contributor

Re: learning ansi c ..

Hi Richard,

If you have ansi C installed on your system, go to "/opt/ansic/html/guide/C" and you'll see some html files over here. Copy these files to your windows workstation and then use the browser to open the index file and you have the ansi c to explore. You can also use the explorer on your ux box if you have netscape / ie installed on that.

Hope this helps.

Regds
S.K. Chan
Honored Contributor

Re: learning ansi c ..

I can recommend 2 books ..
1) A Book On C (Al Kelley & Ira Pohl)
2) C Programming Language (Brian Kernighan & Dennis Ritchie)
The first one is excellent for beginners (like me) ..
John Bolene
Honored Contributor

Re: learning ansi c ..


C Programming Language (2nd Edition)
by Brian W. Kernighan, Dennis M. Ritchie
http://www.amazon.com/exec/obidos/ASIN/0131103628/qid=1031257204/sr=2-1/ref=sr_2_1/002-1631866-8838436


It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
A. Clay Stephenson
Acclaimed Contributor

Re: learning ansi c ..

Richard:

For a novice, 'C for Dummies' is fairly good or you could purchase 'C++ for Dummies'. The C++ version includes a section on ANSI/C as a building block for C++. There are also 'Visual C/C++ for Dummies' - I do not recommend them.

Of course, any real C programmer will have to have Kernighan and Ritchie's 'C Programming Language' but make sure that you get the 2nd edition which includes ANSI C.

If it ain't broke, I can fix that.
Wodisch_1
Honored Contributor

Re: learning ansi c ..

Hi Richard,

the second book would then be the "The ANSI C standard library" by P.J.Plauger, as that books explains how the that library SHOULD be used...

FWIW,
Wodisch