User profile: YeetParadox

User info
User name:YeetParadox
History
Joined:
Number of posts:43
Latest posts:

help please! rpg making rooms
yes i know, this was given code. i thought the same thing as well

help please! rpg making rooms
Write your question here. [code] #include <iostream> #include <string> using namespace std; c...

Making rpg rooms(urgent help!please)
[code] #include <iostream> using namespace std; class Hero{ public: int Lrow; int Lcol; }; c...

Generating random numbers
you guys are making this complicated. [code] srand(time(0)) int x = rand () % 2 + 7 [/code] like t...

Generating random numbers
How to generate random number between 7 and 8? 9 and 10? 11 and 12?