View Full Version : Hello, few questions
bradthecdn
01-12-2011, 07:04 PM
Hi
I'm trying to decide which book to get. I have chosed two, (http://hireddy66e.insanejournal.com/1824.html) Absolute C++ by Walter Savich and C++ Primer. Anybody know if one is better than the other?
Any support on this would be well appreciated. Thanks.
Danny20
bradthecdn
01-12-2011, 07:06 PM
Bit of history for you initial - C was invented within the 70s by Dennis Ritchie, by the 80s it had turn out to be extremely common and a book (known as the C programming language) was published by Ritchie and Kernighan which acted as an informal standard (known as K&R C.) Throughout the 80s ANSI were working towards a formal standard, (http://nowlas58y.livejournal.com/1608.html) which appeared in 1989 called C89. Some finetuning was done in 1990 along with a new standard, C90 was published.
All good - until 1999, when another version of the standard was published, called C99. Why is this a problem? Well whilst compilers implement C90, none implement the whole of the C99 standard. You, (http://nowrad49y.blog.com/2011/01/10/the-greatest-best-sports-betting-system) may well be thinking that C99 isn't all that important then - wrong, C99 allows us to do things such as declare variables throughout the code and use the C++ (//) style comment... but whilst many compilers do support these, none promise to support all aspects of the standard. I have often wondered why.
As an aside, there is some work towards a new standard, not sure if/when it will be released though - its informally called "C1x"
bradthecdn
01-12-2011, 07:08 PM
I will add - if you need any support implementing what ever data structure you choose in C, then just give me a shout. (http://kilas23e971.webs.com/apps/blog/show/5811443-new-sports-betting-system) Many people learn datastructures on an OO language, and can find it difficult to make the transition into an imperative language.
vBulletin® v3.8.2, Copyright ©2000-2013, Jelsoft Enterprises Ltd.