[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] C programming books



I recommend that you buy a C++ book instead and learn that. There is
absolutely no reason to learn plain old C any more and if you later
decide to learn C++, you'll have to unlearn a bunch of bad habits that
are common usage with C. You don't have to program object oriented to
use C++. Just take advantage of it's easier to use constructs, type
safety, great standard library (strings and containers oh my!) and
you'll be a good bit further along than with plain old C. Its also
much easier for a new programmer to learn than C. Besides, it pays
better.

	later,

		Ben Scherrey

Tri wrote:
> 
> I know I asked this before but I'm going to ask it again...
> 
> I'm going to buy a C programming book  from Amazon.com very very soon.
> Is there a "Must Get" book you can suggest for a beginner. I don't want
> a very easy, hand holding book, just one that lays the basic groundwork
> quickly and thoroughly and goes into detail about the advanced stuff.
> 
> Tri