Having the same issue here…
I’ve gone in and added some cout-s to see what the for loops are creating but I’m not getting anything inside the for loops…
Outside of the for loop however,
I found that MyHiddenWordLength is returning 0. So there must be an issue there. Going to try and figure that out.
found that the hidden word and length are able to print out in the Reset function so that is functional but it won’t for some reason let me use it in another function.
Okay went through and added cout-s to find where my issue was… at some point it just worked… not sure why really… i rebuilt several times before it started working so I’m going to remove cout-s now and see what happens… maybe it’ll break again…
ugh… well… hate to say this but seriously couldn’t find the issue even after taking all the cout-s out… so… may have to chalk this up to fluke…