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

Arrays

Name: Anonymous 2009-11-27 4:16

Hey /prog/! Which one do you prever of the following:

void myStuff(int *array, size_t len);
void myStuff(int array[], size_t len);

Name: Anonymous 2009-11-27 4:30

>>1
You're using Sepples. You create a wrapper around pointers or arrays using some type of smart pointer or array.

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