hi long time no c(++)![]()
i'm making a hangman in console
my problem is the following:
the user will have a word of lets say 10 letters
char word[10]={something};// should i use " " or ' ', ' ', ?
to think of then input a letter letter by letter
like
char input[0];
how can i check if this letter he has given exists
in the string word[10]
thanks in advance



LinkBack URL
About LinkBacks




