mess is a vector of strings. x is a char. Like the compiler is telling you, you're attempting to push a char into a vector meant to hold strings.
This is a discussion on Encoding/decoding morse code within the C++ Programming forums, part of the General Programming Boards category; mess is a vector of strings. x is a char. Like the compiler is telling you, you're attempting to push ...
mess is a vector of strings. x is a char. Like the compiler is telling you, you're attempting to push a char into a vector meant to hold strings.