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-24 15:02

>>3
If you were using Python, you'd write foo(b = 6).

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