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 15:40

>>20
What's your point then? You have to go revisit every call you made to that function in that case anyway.

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