visual c++ problem with a vector and while loop

Mar 31, 2015 at 3:43pm
awq
Last edited on Apr 14, 2015 at 2:44pm
Mar 31, 2015 at 3:49pm
it means you are accessing out of bounds of your vector.
use your debugger
Mar 31, 2015 at 4:53pm
You are missing your () on Length().
Apr 1, 2015 at 4:08pm
how to use the debugger, what exactly should I do? sorry about the stupid question, I am new to programming
Apr 1, 2015 at 4:14pm
CodingMadeEasy (He works as a tool developer for Ubisoft Now, so he knows what he is talking about) Made a small tutorial on how to debug your program and all that good stuff, you'll know how to debugg by the end of the playlist -

https://www.youtube.com/playlist?list=PLHJE4y54mpC4lnCrwbEssAf9e-A9U4el4
Apr 2, 2015 at 6:19pm
Thanks for sharing this. I might be able to pick up something new as well - especially on using breakpoints, I still don't really understand how to use the on hit/count feature too well.
Topic archived. No new replies allowed.