I have a project and am hung up at the moment. I am supposed to read from a file containing all of the function calls that I need to make. For example:
Insert(33)
would call the Insert function with an int paramater 33.
How can I read this in from a file? Is there a call similar to get(char) that works for a string?