visual c++ problem with a vector and while loop

awq
Last edited on
it means you are accessing out of bounds of your vector.
use your debugger
You are missing your () on Length().
how to use the debugger, what exactly should I do? sorry about the stupid question, I am new to programming
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
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.