Tuesday, November 9, 2010

Const Functions

When you mark a function const in the declaration, you should mark it const in the definition. If you don't, you will get compiler errors.

No comments:

Post a Comment