Category:Variables: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
|de=Category:Variables:de
|de=Category:Variables:de
}}
}}
Variables are C++ [[class]]es that a) store values in system memory and b) allow evaluation (e.g. does <code>intValue == 1</code>?).
Variables are C++ [[Classes|classes]] that a) store values in system memory and b) allow evaluation (e.g. does <code>intValue == 1</code>?).


[[Category:Programming]]
[[Category:Programming]]
[[Category:Classes]]
[[Category:Classes]]
[[Category:English]]
[[Category:English]]

Revision as of 00:40, 14 May 2011

Template:Otherlang2 Variables are C++ classes that a) store values in system memory and b) allow evaluation (e.g. does intValue == 1?).

Pages in category "Variables"

The following 24 pages are in this category, out of 24 total.