Thread: Need opinion...
View Single Post
Old Jan 27th, 2005, 2:24 AM   #60
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
Red face

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.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote