Your guess was: blank error

so for some reason when i get to the point of starting to use the void and printintro for some strange reason it does not read the first word i imput and the second one does… any help here pls :slight_smile:

https://gist.github.com/anonymous/7db2877a60ae61a308ddcdde9d818e36
thats the code im using

Any reason you have
int main(int number)?

Though your problem is because of line 16. You’re giving a string into guess and then using getline. And the comes with problems as explained here

Privacy & Terms