Mitchell Brown wrote: > Nope, I have no previous expierience with these. My extent of > programming is > > 100 PRINT "Whats your name?"; name$ > 200 PRINT "Well hello there ";name$; " how are you today?" > 300 END
Indeed. I think you mean: 100 INPUT "What's your name?",name$ 200 PRINT "Well hellow there ";name$;" how are you today?" 300 END > > On 9/27/06, *Nick Wiltshire* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Are you familiar with the concepts of classes, objects, scope? If > not, those > are good things to know heading in. > > On Wednesday 27 September 2006 12:02 pm, Mitchell Brown wrote: > > So I'm going to be taking C++ for grade 10 this year. It starts in > a few > > weeks.. > > Does anyone have any suggestions on how to prepare, or get a > headstart? > > I have no prior C++ expierience. I have made limited text-based > programs in > > LibertyBASIC (Windows) before though. > > > > mb > > _______________________________________________ > clug-talk mailing list > [email protected] <mailto:[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 > > > > > -- > pub 1024D/9091C422 02/05/2006 Mitchell Brown <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > Primary key fingerprint: 812B 94BC EA0D 345A CC1C 2ED9 F7F6 5CCF > 9091 C422 > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 -- William Astle finger [EMAIL PROTECTED] for further information Geek Code V3.12: GCS/M/S d- s+:+ !a C++ UL++++$ P++ L+++ !E W++ !N w--- !D !M PS PE V-- Y+ PGP t+@ 5++ X !R tv+@ b+++@ !DI D? G e++ h+ y? _______________________________________________ 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

