Relative Content

Tag Archive for c++vectorvisual-studio-2022

Cannot Erase Objects From Vector

I’m trying to create a simple text based game as a practice.
I created a character with a Vector for the inventory, but when I want to consume the item and remove it from the Vector I get an error: “Expression: cannot seek vector iterator before begin”