Hangman Game ProblemYou can try something like this [code]int main(){ string name; /// Creates a variable called name ...
Question about NullHere you go, null just needed to be in all caps for it to work. [code]srand(time(NULL)); [/code]
Arrays in functionsYou can do that by [code] void arrange(){ //place your code to rearrange the array here. }[/code] ...
Help with function errors codeWhat errors are you getting? Edit:If you just change the function name the contents would still be ...
Function returning true/false instead of valueThis might help you out. [code]#include <iostream> #include <iomanip> using namespace std; int OneO...
This user does not accept Private Messages