How to use member functions declared in header and source files in the main method.I feel like I should be defining the member function deCode to iterate through the decodeMap but it ...
How to use member functions declared in header and source files in the main method.So I still see no way to access the unordered maps... How do I loop through them if they are private...
How to use member functions declared in header and source files in the main method.So I think I have figured out the syntax there. [code] MorseCode::MorseCode() : decodeMap(), encod...
How to use member functions declared in header and source files in the main method.Also in Morse.cpp I get the error "Error C2084 function 'MorseCode::MorseCode(void)' already has a b...
How to use member functions declared in header and source files in the main method.What I can't figure out is how to access the decodeMap unordered_map in my main. Like how do I creat...
This user does not accept Private Messages