C++ Assertion Failed on vector at runtime Expression: vector subscript out of range
问题 im gettin this really annoying error message. I know Im only new to this but it seems the type of thing I could figure out. Can anyone show me where im going wrong please? The message at run time is: Debug Assertion Failed! Program: .... File: c:\program files\microsoft visual studio 10.0\vc\include\vector Line: 932 Expression: Vector subscript out of range and the code is #include "VectorIntStorage.h" #include <iostream> #include <fstream> #include <string> #include <vector> #include