Talk:Variables: Difference between revisions

→‎Constants: new section
(→‎Constants: new section)
Line 5:
 
So what's the plan? --[[User:Mwn3d|Mwn3d]] 01:24, 27 July 2009 (UTC)
 
== Constants ==
 
I'm wondering if it would be worth it to either add constants to this task, or make another, related task for declaring constants. Something like:
Show how to declare a constant (i.e. a variable that can't be changed after being declared).
(I'm thinking of constants as opposed to literals, like <code>const int x = 1</code> or even <code>#define x 1</code> rather than just <code>1</code>.) Y'know, the things that you use instead of magic numbers. -- [[User:Eriksiers|Eriksiers]] 17:41, 20 October 2009 (UTC)
1,150

edits