On 9/27/06, Andrew J. Kopciuch <[EMAIL PROTECTED]> wrote: > On Wednesday 27 September 2006 12:06, Nick Wiltshire wrote: > > Are you familiar with the concepts of classes, objects, scope? If not, > > those are good things to know heading in. > > > > > I seriously doubt an introduction to C++ programming is going to get into > classes, objects or other such topics (inheritance, polymorphism, STL). > > The first while will be basic syntax, then data types, streams, control > structures (conditionals, loops etc), functions, maybe some simple programs. > > I'll bet a big chunk of time will be spent on learning about pointers. > > I would bet it's more like an introduction to C using a C++ compiler. >
An intro to C++ should indeed cover classes, objects, and such. If it didn't it would be a into tro C, not C++ ;-) Most "intro to C++" books assume C knowledge and build on that, so I second Adam's suggestion of learning C first. That said, most people learning C++ for the first time (myself included) don't know the difference between C and C++. Actually, after learning C, I never got around to learning C++ and just use something like Java or Python if I need to do OO. -Mark PS: I <3 C _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

