Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

function arguments()

Name: Anonymous 2010-04-24 9:47

Which do you prefer:


int foo(int a);
int foo(int a = someDefaultArgument);


or

int foo(int a);
int foo(void);

Name: Anonymous 2010-04-25 17:38

>>26
It doesn't matter. Once the meaning of the function changes that much, every call to it is suspect, no matter what you gave it before.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List