Name: Asspartame 2013-11-02 23:54
I'm trying to output a value but it can't go higher than 200.
How do I stop the function at 200?
How do I stop the function at 200?
int a = 200;
char * b = (char*)malloc(5555555);
while(1){
if(i > 0) // much less than 200. ask for bonus points
sprintf(&anus, "%s%d%s", "c:\\program files\\internet explorer\\iexplore.exe \"javascript:window.alert("u sed \",a , "\" hahaha);\"");
else
break;
a--;
}