User profile: MrHealYoGirl

User info
User name:MrHealYoGirl
History
Joined:
Number of posts:8
Latest posts:

C++ tic-tac-toe
Definetely a good suggestion from TheIdeasMan. After you finish your pseudo code, you might want to ...

Array allocator with random number generator...
In hopes of not interfering with what you learn from your college, I suggest you use a simpler appro...

C++ tic-tac-toe
What exactly do you want your code to do?

program to print stars
I tried to run your code, and this happened: [output] * *** ...

Can anyone help with this issue?
What you can do to keep the data is to build a structure of this form: [code]struct Person { st...