Printing from a specific point in a string and onwardsI'm using C and I was wondering how you could take a text and look for a specific character and star...
IF statements inside FOR loopCool. That seemed to work. Another issue though. I currently have: [code] FOR (i; i <string; i++)...
IF statements inside FOR loopI'm trying to write a program that reads in a users input and iterates through it and finds a certai...
Inserting objects into BST I have a class called Shows: [code] Show(const Date& date, const Time& time, int showNumber, strin...
c++ use data in a vector as menu optionOkay, implemented it and it worked. Thanks! Although I'm still lost on your dynamic menu classes. W...