Trying to understand tokens and classesYou're trying to push a type Char into a type Token. You'd probably want to have the Token Vector i...
Dungeon Program With QuestionsSolved. Getchar in moveplayer function was grabbing new line so i was skipping the entire move. Just...
Dungeon Program With QuestionsApparently its cin breaking my code. I changed it to a vector and the only issue I have is that if i...
Dungeon Program With QuestionsI have an issue where my declaration of the dynamic array of type Mob, breaks my code. It makes it u...
How to "randomize" a sequence of numbers each time a function is called?Just piggybacking on this post, Is there a benefit to using a vector here vs. a standard array? You...