I\'m making a class that displays a message to the user and asks them if they want to return to the start of the program, but the message function is in a separate class from wh
you don't, change the return value of dispMessage to an int or similar, from the main you check the return code and do different actions based on that.