I consider the std::string type to be superior. That doesn't excuse not knowing about character arrays, but you should use std::string as much as you can (or some other string object). In particular,...