User Activity

I'm working on a state machine for a console application, and I would like to use std::strings in C++, as they are much nicer to work with than C-style strings.Including the string library does not result in errors, but when I call string objects in ...