Programming & debugging series: tutorial #3
Loading...
4,470
Top Comments
see all
All Comments (4)
-
Really nice, always wondered how to view this informations - Nice video!
-
Thanks a Lot !!!
-
So there is such a thing as Debugging information in a .exe! I can see now why they give you the choice to compile debug and release executables in an IDE.
I discover many things thanks to you hakim.
Loading...



I'm surprised you didn't notice that your "fix" created a worse bug (program-crashing one)?
i = always 1 on first run.
if n = 0 on first run, abort immediately.
sum = 0, i = 1.
avg = sum / (i - 1).
# division by zero!
# avg = 0 / 0!!!
:D
Thank you, love your tutorials.
regularmagnolia 2 years ago 3