c++ text rpgSo something like this? [code] class playerClass { public: string playerName; st...
c++ text rpgHello and thank you for your suggestion. I am reading up on classes now, but I am still failing to s...
c++ text rpgHey, 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"); ...