Quote:
|
I want to *learn* and the code was already fixed before by bloodninja...
|
well, i know my explanations were pretty decent, but i don't about the code itself. i didn't try it and i was rapidly getting rather drunk which is why i was like "fuck it" and just quit.
oh, also i think you were trying to use a variable in an expression that hadn't been initialized...(not sure, but i think you had something like "e" that wasn't assained a value before you tried to use it, that'll cause problems too). most of the mistakes you make will be bullshit ones. usually a missing quote, or not enough braces---"{", or some other stupid shit like that. at first i found debugging frustrating...now it's kind of fun. it's like trying to solve a puzzle. you have to go back throught the code and make it work for the compiler.