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

HELP please

Name: Anonymous 2010-07-06 12:35

what is wrong with my program? its supposed to process arguments but it doesnt.
void output(char *fuckyou);
int main(int argc, char **argv) {
  int i;
  for(i = 0; i < argc; i++) {
    output("SHIT");
  }
}

Name: FrozenVoid 2010-07-06 16:14

Couple advices:
1. Stick to straight C until your program runs perfectly.
2. Only introduce asm blocks to optimize inner loops/functions.
3.use only complete, tested assembler subroutines and have a fallback for normal C-only operation.
4.Don't develop software out of your league(OS/Drivers/etc)
__________________
Orbis terrarum delenda est

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