How to learn C++
-
How to learn C++ in depth. can you prefer any book or website to learn all concepts in brief with an example. kindly guide me to become good programmer.
modified on Wednesday, August 31, 2011 12:41 AM
-
How to learn C++ in depth. can you prefer any book or website to learn all concepts in brief with an example. kindly guide me to become good programmer.
modified on Wednesday, August 31, 2011 12:41 AM
Have you looked here?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather
-
How to learn C++ in depth. can you prefer any book or website to learn all concepts in brief with an example. kindly guide me to become good programmer.
modified on Wednesday, August 31, 2011 12:41 AM
-
How to learn C++ in depth. can you prefer any book or website to learn all concepts in brief with an example. kindly guide me to become good programmer.
modified on Wednesday, August 31, 2011 12:41 AM
Start with a good book, such as Accelerated C++[^]
-
that's a pretty good website, I still use it for reference from time to time... :thumbsup:
-
Start with a good book, such as Accelerated C++[^]
Good books are always a good place to start... I initially learned with this (and its very good, but old): Standard C++ Bible[^] But since that's sort of an old book, there may be an updated version or maybe try something else.
-
Start with a good book, such as Accelerated C++[^]
I second the recommendation of this book. Many books teaching C++ still tend to start from C (sometimes even teaching C first) and then adding bits of C++ later on. In my experience, this produces programmers who use the language as an extended C, which in turn leads to bad code and bad designs. There's nothing wrong with C (well, actually...) but the sort of "C with classes" often seen is the worst of both worlds. "Accelerated C++" teaches C++, and does it very well. It includes many modern (as in post-1998 standard) idioms and best-practices, too, which generally are missing from the various "C++ Primers". For further reading, get some Herb Sutter.
-
How to learn C++ in depth. can you prefer any book or website to learn all concepts in brief with an example. kindly guide me to become good programmer.
modified on Wednesday, August 31, 2011 12:41 AM