C Board  

Go Back   C Board > General Programming Boards > C Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 03-25-2008, 10:13 AM   #76
Registered User
 
Join Date: Feb 2008
Posts: 26
I find it funny out of all the posts I've read on this thread, none of the experts on the forum have posted any books they've used.

It's probably because they never needed any! They figured it all out on their own!

Then again, I probably should be laughing at myself because I'm a prone book user. The bad thing about using books nowadays is they don't really teach you to think. Especially all these beginning books.

And plus the best book I've read on C is the Internet : )
jake123 is offline   Reply With Quote
Old 03-25-2008, 10:19 AM   #77
Kernel hacker
 
Join Date: Jul 2007
Location: Farncombe, Surrey, England
Posts: 15,686
Not true at all. I have (and use) several books - some of which are out of print, or several editions older than the current edition, but that's what happens when you have been working professionally for many years.

--
Mats
__________________
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
matsp is offline   Reply With Quote
Old 03-25-2008, 04:29 PM   #78
Registered User
 
Join Date: Mar 2008
Posts: 3
Quote:
Originally Posted by aufather View Post
C How to Program by Deitel and Deitel

The books really nice for beginners to start out with a modern compiler like VC++ and starts from the basics. It also has special boxes for common errors performance tips portability tips etc.

Also they teach you a method to implement a problem. Then after they introduce us to a new topic(say arrays) the old problem is revisited and implemented using the new concept(arrays) and shows us how arrays has made the implementation more elegant.
This really helps in developing a coding style for beginners.

The only problem i found is that the book is its pretty thick.
hello, could you give me a link to download 'how to program by deitel and deitel'..
birumut is offline   Reply With Quote
Old 03-29-2008, 03:57 PM   #79
Registered User
 
Join Date: Mar 2008
Posts: 17
Quote:
Originally Posted by aufather
C How to Program by Deitel and Deitel

The books really nice for beginners to start out with a modern compiler like VC++ and starts from the basics. It also has special boxes for common errors performance tips portability tips etc.

Also they teach you a method to implement a problem. Then after they introduce us to a new topic(say arrays) the old problem is revisited and implemented using the new concept(arrays) and shows us how arrays has made the implementation more elegant.
This really helps in developing a coding style for beginners.

The only problem i found is that the book is its pretty thick.
I bought the book (I say too all learning or just started out (like me) great up todate book)). Only thing Exercises have no Answers sheets.

Last edited by nurofen; 03-29-2008 at 04:01 PM.
nurofen is offline   Reply With Quote
Old 03-31-2008, 12:38 AM   #80
Registered User
 
Join Date: Oct 2007
Posts: 100
algorithms and data structures book

hello!
I'd knidly ask you if you can suggest me a good book about algorithms and data structures in C. I'm looking for a fast reading followed by an intensive exercise session. IF you know something available online or a book which can be purchased from amazon (or downloaded somewhere! ), it'd be much better (i need it asap and only amazon can deliver to italy in few days! )


thanks really a lot! Bye
smoking81 is offline   Reply With Quote
Old 05-20-2008, 08:10 AM   #81
Registered User
 
Join Date: May 2008
Posts: 53
If you're "scientifically inclined" you could also check out the introductionary programming book at http://www.curly-brace.com.

Disclaimer: I wrote it.
Sander is offline   Reply With Quote
Old 07-23-2008, 07:08 PM   #82
Registered User
 
Join Date: Jul 2008
Posts: 1
I think this book is a nice one.

The C Programming Language by Brian W. Kernighan and Dennis M. Ritchie.
carroty is offline   Reply With Quote
Old 07-25-2008, 07:33 PM   #83
Registered User
 
sureshhewa's Avatar
 
Join Date: May 2008
Location: sri lanka
Posts: 13
Deital & Deital book is very good for beginners. Balaguruswami's book also a nice one for beginners
sureshhewa is offline   Reply With Quote
Old 08-10-2008, 02:17 AM   #84
Registered User
 
LowWaterMark's Avatar
 
Join Date: Aug 2008
Posts: 12
I heartily recommend "Absolute Beginner's Guide to C (2nd Edition)" by Greg Perry.

Take this with a grain of salt. I am an absolute beginner. I found the text to be well thought out, well written and at under 400 pages, not so dense as to be overwhelming. It is an introductory tutorial, not a tome on the C programming language.

FWIW, I bought it, read it, finished it, and liked it.
LowWaterMark is offline   Reply With Quote
Old 08-10-2008, 08:28 AM   #85
Registered User
 
Join Date: Aug 2008
Posts: 5
Not sure if this has been posted, but TCP/IP Sockets in C by Michael Donahoo and Kenneth Calvert is a brilliant book for sockets programming. Good even if you don't have much previous programming knowledge.
newbie_socketsp is offline   Reply With Quote
Old 08-20-2008, 04:34 AM   #86
Registered User
 
Join Date: Aug 2008
Posts: 1
Smile

hello everybody,

can i konw in which site i can download books related to c programming for free. if there are any suggesting sites then let me know please...

bye,

Naveen.
navdeep225 is offline   Reply With Quote
Old 08-20-2008, 04:57 AM   #87
Kernel hacker
 
Join Date: Jul 2007
Location: Farncombe, Surrey, England
Posts: 15,686
Quote:
Originally Posted by navdeep225 View Post
hello everybody,

can i konw in which site i can download books related to c programming for free. if there are any suggesting sites then let me know please...

bye,

Naveen.
The first link in google when searching for "Free C Books" is:
http://www.techbooksforfree.com/ccpp.shtml
The page covers both C and C++, and there is more C++ than C on the page, but there are some C content there.

I personally prefer to have "real" books, but that's personal opinion (and "real" books are rarely entirely free).

--
Mats
__________________
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
matsp is offline   Reply With Quote
Old 08-20-2008, 06:52 AM   #88
Wheres the lesbians?
 
mike_g's Avatar
 
Join Date: Oct 2006
Location: UK
Posts: 1,219
Quote:
The first link in google when searching for "Free C Books" is:
http://www.techbooksforfree.com/ccpp.shtml
I went there; downloaded a book; it came in pdfs that must have been 1 or 2 pages big; took ages; tried to read a page; it was passsword protected; coulent find password; realised that even if i did find it I would have to spend hours entering passwords; got bored; deleted it
__________________
Senior highbrow doctor of authority.
mike_g is offline   Reply With Quote
Old 08-20-2008, 06:55 AM   #89
Kernel hacker
 
Join Date: Jul 2007
Location: Farncombe, Surrey, England
Posts: 15,686
Quote:
Originally Posted by mike_g View Post
I went there; downloaded a book; it came in pdfs that must have been 1 or 2 pages big; took ages; tried to read a page; it was passsword protected; coulent find password; realised that even if i did find it I would have to spend hours entering passwords; got bored; deleted it
Seeing as the page links to other pages, quality of the content may vary greatly - and I never even tried to use any of those "books", so I can't say. I'm just doing the google that the OP should have done - it wasn't the only hit either.

--
Mats
__________________
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
matsp is offline   Reply With Quote
Old 08-20-2008, 07:22 AM   #90
Wheres the lesbians?
 
mike_g's Avatar
 
Join Date: Oct 2006
Location: UK
Posts: 1,219
Yeah its no biggie. Theres loads of free books around on the net, or at least loads of free linux books which is what I'm mostly reading atm.
__________________
Senior highbrow doctor of authority.
mike_g is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
any book recommendations? NewnOT Windows Programming 1 06-21-2009 02:12 PM
JavaScript book recommendations neandrake Tech Board 2 04-05-2009 12:27 PM
C++ Book Editions and Recommendations cpudaman C++ Programming 7 02-10-2008 11:52 AM
Language REFERENCE book recommendations? DougDbug C++ Programming 3 01-18-2003 02:24 PM
My book recommendations for rank beginners ... snakum C++ Programming 4 08-21-2002 10:38 AM


All times are GMT -6. The time now is 06:43 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22