User profile: MistahMoose

User info
User name:MistahMoose
Bio:Trying my best ^.^
Always open to critique
History
Joined:
Number of posts:50
Latest posts:

Trying to understand tokens and classes
You're trying to push a type Char into a type Token. You'd probably want to have the Token Vector i...

Dungeon Program With Questions
Solved. Getchar in moveplayer function was grabbing new line so i was skipping the entire move. Just...

Dungeon Program With Questions
Apparently its cin breaking my code. I changed it to a vector and the only issue I have is that if i...

Dungeon Program With Questions
I 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...