User profile: HalfNOoB

User info
User name:HalfNOoB
History
Joined:
Number of posts:108
Latest posts:

Have Loop Running and Receiving User Input
The code from above should work out, just try to avoid using goto! Goto is not unnecessarily called ...

C++ Inventory
@cire: thanks for the link, this is defnitely very useful not only for this Topic, but for future co...

C++ Inventory
Well, the Player itself consists of the following stats right now: - HP - Atk - Def - Level Thats p...

C++ Inventory
Hi Guys I'm designing the inventory for another small rpg Project. I was wondering what would be mo...

Vector Run Time Error
The run time doesnt appear when I comment this part out: [code] if (g % prime_numbers[h] == 0) //if...