![]() |
Book on C programming - suggestions?
I have been programming various things for about four years now, but it wasent until the competition this year that I used C. Thankfully there was nothing overly complex that had to be done, and the code was very well commented so I did not have too much trouble with it.
This said, I still do not feel totally comfortable with C and want to get more familiar with it, so I was wondering if anyone could recommend a good book on it (I like books better than web pages, but if you do know of any really good pages, they would also be much appreciated). I have been looking around on amazon.ca, but they have something like 1000 titles in their "C & C++ Programming" section which makes it very hard to decide. The one book I did like is "Programming with C: A Modern Approach" which I borrowed from my friend, but I do not have the $100 to buy it online and he wanted it back. |
Re: Book on C programming - suggestions?
try your local library. I don't think they're locally in high demand.
|
Re: Book on C programming - suggestions?
Ya, I could do that, but I like books that I can keep around for reference (and because I am really bad at remembering to return things to the library).
Its a good idea thou, maybe I'll go around corner one day to take a look. |
Re: Book on C programming - suggestions?
Quote:
It's got a steep learning curve, but it's oh-so-worth it. The best book is, hands down, the beloved "K&R" book. Whatever you pay for it, it's worth it. (Make sure you get the ANSI C version.) Oh, and use a standards compliant compiler, like GCC. Have Fun! Feel free to PM me questions. I highly reccommend the exercises in that book. PS: This site is great! |
Re: Book on C programming - suggestions?
Quote:
|
Re: Book on C programming - suggestions?
Quote:
-Kevin |
Re: Book on C programming - suggestions?
Quote:
|
Re: Book on C programming - suggestions?
I'd recommend "The Complete Reference: C++" (forth edition is the one I have, but it might have something newer. Doubt that though, it was only 2 or so years ago.) It has the first part covering C and the second C++. Great book. Especially since you'll eventually want classes... (ignore Phrontist...) :)
|
Re: Book on C programming - suggestions?
Quote:
|
Re: Book on C programming - suggestions?
I know you want a book, but maybe also going to a few websites:
*These aren't for robot programming, but for PC programming* http://www.cpp-home.com http://www.cprogramming.com |
Re: Book on C programming - suggestions?
I'm going to suggest that you don't buy any programming book whose title ends with ".....for Dummies". Definatly NOT a good investment.
|
Re: Book on C programming - suggestions?
Thanks again,
These have all been really helpfull suggestions. I ended up getting K&R and I really like it so far, great book. I cant wait for exams to end (5 more days!) so I can spend lots of time with it! |
Re: Book on C programming - suggestions?
you all were talking about textbooks about c and stuff like that...
im looking for a cheaper more beginner book for c, that explains everything from the basics and just teaches me the whole language in a normal paperback, and codes and such and things i can learn and use when programming a robot. what do you suggest? |
Re: Book on C programming - suggestions?
Quote:
It's a scaled down version of K&R but it has virtually everything you need to program a robot... And it's free. |
Re: Book on C programming - suggestions?
Oh, and about the K&R, I also had it recommended to me, but I haven't yet found it in any bookstore. Other than on-line, is there any place that I might be able to find it?
|
Re: Book on C programming - suggestions?
Quote:
But for your purposes, I would suggest the Deitel & Deitel C book. I've used their series for C, C++, and Java. Very detailed and worthwhile. -Tony K |
Re: Book on C programming - suggestions?
I'd use the "Learn C/C++ in 24 Hours" series. It goes step-by-step for people with no programming experience, and is in the $20 to $30 range.
|
Re: Book on C programming - suggestions?
I just got a free guide to C from this website. Yes, it goes over the BASICs of C, and of course its close to JAVA, but even with the code, it takes a while to ASSEMBLE...yes, I know I'm a nerd. DEAL WITH IT!!
|
Re: Book on C programming - suggestions?
I personally like this book:
Pointers on C by Ken Reek. He was a CS Professor at RIT. Retired last year. We used that book in a class here. It's an excellent reference as well as a teaching guide. I have a copy and i'll never part with it. That guy has forgotten more about C programming than I will ever know. |
| All times are GMT -5. The time now is 02:16. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi