User profile: willscarlet

User info
User name:willscarlet
History
Joined:
Number of posts:12
Latest posts:

c++ text rpg
So something like this? [code] class playerClass { public: string playerName; st...

c++ text rpg
Hello and thank you for your suggestion. I am reading up on classes now, but I am still failing to s...

c++ text rpg
Hey, sorry I just saw your post about using OOP. Like i said before, i saw a few tutorials and just ...

c++ text rpg
[code]// 1 - Title Screen //////////////////////////////////////////////////////////// void titleScr...

c++ text rpg
[code]// p22 - Pirithia Weapon shop void pirithaWeaponShopFunc() { system ("cls"); ...