I’m getting this error whenever
Error C3867 ‘std::basic_string<char,std::char_traits,std::allocator>::length’: non-standard syntax; use ‘&’ to create a pointer to member BullsCows
yeah
I tried to print it out the string MyHiddenWord
its printing out the value
but When i try to get length I’m getting some error which is not understandable
I tried to google it out , but still didn’t got it