Creating a program that ignores string input/reprompts user for correct inputTemplates are pretty simple, you could watch a 3 minute youtube video on them and you'd be just fine...
Creating a program that ignores string input/reprompts user for correct inputI use a similar function all the time, works just fine for me. You can try it out. I made it a templ...
Printing vectors stored in another vectorEmployee is an abstract class (there are pure virtual functions in there that I left out), you cant ...
Printing vectors stored in another vectorI have a base class "Employee" that has two child classes "Manager" and "Salesperson". In the Employ...
Passing object by referenceAhh that worked, I tried that earlier but I mixed up the uses of * and &. I implemented it with & in...
This user does not accept Private Messages