Wednesday, 11 September 2013

Functions and arguments

Functions and arguments

If I have a function such as
int mathscalc (int a, int b = 5)
{
}
And I call the function mathscalc(a), how can I only do 1 argument when it
requires 2? if that's possible.

No comments:

Post a Comment