User profile: jim hurley

User info
User name:jim hurley
History
Joined:
Number of posts:34
Latest posts:

Not Working for some reason
Even if it's not the problem you are currently having, you should change it still because your varia...

Not Working for some reason
Try [code]char* name;[/code] instead of [code]char name;[/code]. You're using a single character ins...

#define
@Peter87 Yes, I did define it inside the Figure class body. @EssGeEich Although I don't quite unders...

Any comments on my text based game
Hi, I [b]strongly[/b] recommend this tutorial to get you started on ascii roguelikes. Once you have ...

#define
I applied what @Peter87 said to all of my code, and it worked! The only error I have now is when I t...