Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Const (computer programming): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 00:20, 24 October 2005
edit
Furrykef
(
talk
|
contribs
)
Administrators
33,906
edits
m
→
final in Java
← Previous edit
Revision as of 15:31, 24 October 2005
edit
undo
132.66.16.34
(
talk
)
→
Methods
Next edit →
Line 72:
public:
int & Get(int i) { return data[i]; }
int
const
& Get(int i) const { return data[i]; }
};