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. http://www.free2code.net/plugins/articles/read.php?id=335 http://www.roadmap.ubc.ca/cpp/html/intro_to_c__.html http://www.gauravcreations.com/tutorials/intro1.html Some introductory information for you. Andy _______________________________________________ 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

