So I have a base class that is made to hold a string value, and be able to add characters onto it:
class TextInput { public: std::string value; void a