User profile: ash54546

User info
User name:ash54546
History
Joined:
Number of posts:37
Latest posts:

Printing from a specific point in a string and onwards
I'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 loop
Cool. That seemed to work. Another issue though. I currently have: [code] FOR (i; i <string; i++)...

IF statements inside FOR loop
I'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 option
Okay, implemented it and it worked. Thanks! Although I'm still lost on your dynamic menu classes. W...