User: Hp of Legend

  • Public profile

User profile: Hp of Legend

User info
User name:Hp of Legend
History
Joined:
Number of posts:16
Latest posts:

Hangman Game Problem
You can try something like this [code]int main(){ string name; /// Creates a variable called name ...

Question about Null
Here you go, null just needed to be in all caps for it to work. [code]srand(time(NULL)); [/code]

Arrays in functions
You can do that by [code] void arrange(){ //place your code to rearrange the array here. }[/code] ...

Help with function errors code
What errors are you getting? Edit:If you just change the function name the contents would still be ...

Function returning true/false instead of value
This might help you out. [code]#include <iostream> #include <iomanip> using namespace std; int OneO...

This user does not accept Private Messages