User: vitsensei

  • Public profile

User profile: vitsensei

User info
User name:vitsensei
History
Joined:
Number of posts:4
Latest posts:

Using variable defined in if statement
[quote][code]superhero *makeSuperhero(const string &kind) { if (kind =="Avalanche") { ...

Using variable defined in if statement
[code] class Tournament { public: Tournament(); int startGame(string Player)...

Circular include. Expected name-class before '{' token
This is my code: main.cpp [code] #include "game.h" #include "human.h" #include "AI.h" #inclu...

Circular include. Expected name-class before '{' token
Hi, I'm new to programming. I'm trying to make a RPS game but I'm having trouble with the circular i...

This user does not accept Private Messages