Quote Originally Posted by codeguru001 View Post
You guys' summary is really great! I cannot get those bundled info from books.
Not sure that books you are using, but I checked three of mine, and all points are covered.

This is one of the reasons a "learner" must follow a book carefully (that means reading every word (no skiimming, skipping, or browsing), and manually typing every line of code then stepping through every line with the debugger).

Very often the critical piece of information you need will be a single sentance or a specific feature of one line of code in a sample.

Learning a computer language (especially C++) is no time for "Short-cuts", they wil simply hurt you in the end.