Your method cmdCommand(const string &command) expects a string as argument while in line 23 you call this method with cmdCommand(); so without a string argument.
Your method cmdCommand(const string &command) expects a string as argument while in line 23 you call this method with cmdCommand(); so without a string argument.
Bookmarks