Problem with my code

FBullCowCount BullCowCount = BCGame.SubmitGuess(Guess);

is undefined in main.cpp

BCGAME.zip (2.4 KB)

Hello.

I’m having the exact same problem, but I’m not sure what you did to fix it.

I’ve browsed through your uploaded code to check for differences between yours and mine, but I’m unable to find any. What fixed it for you?

Thank’s :stuck_out_tongue:

NEVER MIND! :smiley:

I found my problem. In my SubmitGuess function definition, I forgot to add the ‘()’ to the end of the line saying: “int32 HiddenWordLength = MyHiddenWord.length;”

Privacy & Terms