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

Exceptions are shit

Name: Anonymous 2015-02-21 10:49

Name: Anonymous 2015-02-26 14:20

>>7
you don't need to stuff error codes inside returned vars
Its from the time stdlib was developed.
now you can put error codes anywhere, and send them to func
int func3(int param, int* error_code_returned_here){
if(param==0) {*error_code_returned_here=1;return 1;}
return param/3;}

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