Home › Forums › C Programming › NEED HELP URGENTLY !!!! › Re: NEED HELP URGENTLY !!!!
June 3, 2008 at 7:44 am
#3400
Anantha
Participant
Thanks cman! Actually i was kinda confuse on where to put the “const”
For example:
1 2 | const int getName();<br /> int getName() const; |
what’s the difference between putting the “const” in front and at the back?