Title: Classes tutorial
Consumed - March 1, 2005 08:13 AM (GMT)
Wasn't quite sure where to put this, but here it is:
I dug up an old tut I made awhile back for the old cpplc site and thought I'd redo it. Thanks to dorto and KTC for helping me with the newest revisions. :)
http://consumed.5gigs.com/files/consumed_tut1.pdfComments are welcome. :)
-Cons
DeAs91 - March 1, 2005 12:27 PM (GMT)
Nice course. You should write some more courses ;)
Joel - March 1, 2005 02:33 PM (GMT)
urisoft - April 21, 2005 02:09 PM (GMT)
it's not working for me...
did you take it of?
Consumed - April 21, 2005 02:30 PM (GMT)
No, 5gigs is down, has been for awhile, but here's the tutorial uploaded to one of my infinite supply of websites:
http://n.1asphost.com/Consumed/files/consumed_tut1.7zYou can open it with either
7-zip or WinRAR.
mesenberg - April 22, 2005 12:52 PM (GMT)
7-zip rox
OOH I like it. Its got big text and its very straight forward, easy to understand. :) Great tutorial, it might halp me refreash my memory since I haven touched c++ for a while. But now that I bought VC++, there's no point on wasting so much money.
usausa - May 15, 2005 09:58 PM (GMT)
That a good one... waiting for few more
hanisahm - June 17, 2005 02:45 AM (GMT)
I've run thru the tutorial.... Where does ThisClass.ThisMethods comes from....
Viper - June 17, 2005 06:47 AM (GMT)
It comes from "ThatClass ThisClass;" which makes ThisClass the type ThatClass (it's like assigning any other type to variables).