ask for suggestion.

R

Readon Shaw

I was finding a book for the C programmer with basic knowledge.
But they are lacking of good code standard, design skills & OOP
programming experience in C .
Is there a good book can fullfill the needs of it?
 
C

Clever Monkey

Readon said:
I was finding a book for the C programmer with basic knowledge.
But they are lacking of good code standard, design skills & OOP
programming experience in C .
Is there a good book can fullfill the needs of it?
Ask yourself the question, is ISO C an object-oriented language?

Software design is hardly a basic subject. Start with learning the
language before going down that path. Code standards you will pick up
with experience, though many good introductory C books touch on that
subject.

Book shortlist: <http://c-faq.com/sx2/index.html>
 
M

Marco

Readon said:
I was finding a book for the C programmer with basic knowledge.
But they are lacking of good code standard, design skills & OOP
programming experience in C .
Is there a good book can fullfill the needs of it?

Don't buy a general C book, there are enough free online tutorials
for that.

Get "The Practice Of Programming" book

http://cm.bell-labs.com/cm/cs/tpop/

This will help with what you mention.
 
C

Christopher Benson-Manica

Marco said:
Don't buy a general C book, there are enough free online tutorials
for that.

IMO that is poor advice. A well-chosen C book is likely to be far
more useful than any possible online tutorial, both in correctness and
in depth of material.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top