Tuesday, November 9, 2010

Default Arguments

When specifying a default argument value in the declaration of a function, you should not specify the default argument value in the definition.

If you do, you will get compiler errors.

No comments:

Post a Comment