cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
function const
function const
May 14, 2010 at 5:26pm UTC
Morph
(41)
Why do we use const with functions .
int getA() const {}
int getA() {}
whats the difference
May 14, 2010 at 5:33pm UTC
blackcoder41
(1426)
http://www.parashift.com/c++-faq-lite/const-correctness.html#faq-18.10
Topic archived. No new replies allowed.