You can define a your own namespace to hold other data for example
namespace Guesses{ std::string HiddenGuess = "string here"; ...;}
for more info i learned how to use them here
http://www.cplusplus.com/doc/oldtutorial/namespaces/
and if your interested in how i used them in my code