Changes

Jump to navigation Jump to search
889 bytes added ,  09:28, 28 July 2008
no edit summary
Line 43: Line 43:     
--[[User:Henke37|henke37]] 19:41, 27 July 2008 (CEST)
 
--[[User:Henke37|henke37]] 19:41, 27 July 2008 (CEST)
 +
===Explanations===
 +
You ask a lot of questions, I better start replying to them
 +
====The double colon====
 +
The double colon, (::), is the scope resolution operator. It is used to access things that is in a different scope. For example Classname::method, it accesses the method in the class. As you might notice, it's used with this std thing, that's a namespace. Think of namespaces as folders where stuff is hidden from general view to not interfere with other stuff.
 +
====The run thing====
 +
The run method is simply the method that is run as a separate thread, think of it as another main function that runs at the same time as the main function.
 +
====The canvas====
 +
The canvas is a custom class I have written, it's an extension to the wiisprite library so that I can do runtime picture creation, you know draw lines and stuff like that.
 +
--[[User:Henke37|henke37]] 09:28, 28 July 2008 (CEST)
351

edits

Navigation menu