In foo.h
1 |
void printvalues(int x, int y=10); |
Shouldn’t it be
1 |
void printValues(int x, int y=10); |
In foo.h
1 |
void printvalues(int x, int y=10); |
Shouldn’t it be
1 |
void printValues(int x, int y=10); |