Category:Classes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[ | A '''[[Wikipedia:C++ classes|class]]''' is a C++ template from which 'objects' are 'instanced' at run-time. Every [[npc_combine_s]] object in a map is an instance of the [[CNPC_CombineS]] class, for example. | ||
When a class can be evaluated (e.g. equals, greater than, less than...) it becomes known as a [[:Category:Variables|variable]]. | |||
[[Category:Programming]] | [[Category:Programming]] |
Revision as of 07:03, 2 May 2009
A class is a C++ template from which 'objects' are 'instanced' at run-time. Every npc_combine_s object in a map is an instance of the CNPC_CombineS class, for example.
When a class can be evaluated (e.g. equals, greater than, less than...) it becomes known as a variable.
Pages in category "Classes"
The following 23 pages are in this category, out of 23 total.