User: DomBavetta

  • Public profile

User profile: DomBavetta

User info
User name:DomBavetta
History
Joined:
Number of posts:17
Latest posts:

Creating a program that ignores string input/reprompts user for correct input
Templates 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 input
I 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 vector
Employee is an abstract class (there are pure virtual functions in there that I left out), you cant ...

Printing vectors stored in another vector
I have a base class "Employee" that has two child classes "Manager" and "Salesperson". In the Employ...

Passing object by reference
Ahh 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