| One of the biggest red flags I see when helping someone with their code is when they have no idea how to use the debugger.
Me: "Ok, let's step through your code and find the problem, load up the debugger."
Them: "Ok...where is that?"
"sigh."
Edit: To Kallian-yeah, certainly not hard in C++ but still valuable to actually step through each peice and see what's happening. Especially for me as someone who learns best by doing.
Last edited by Zippygoose : 11-01-2006 at 11:18 AM.
|