User profile: bennyjammin

User info
User name:bennyjammin
History
Joined:
Number of posts:16
Latest posts:

Printing with "ostream &operator<<( ostream &out, const Vehicle &v )"
Thank you so much coder777. You saved the day again. :) I spent hours googling, reading and research...

Printing with "ostream &operator<<( ostream &out, const Vehicle &v )"
I am trying to get the data stored in my vehicle object to print like this: Vehicle Number of doors...

Printing with "ostream &operator<<( ostream &out, const Vehicle &v )"
Thanks for the speedy reply coder777. That worked great! :)

Printing with "ostream &operator<<( ostream &out, const Vehicle &v )"
I am trying to get the data stored in my vehicle object to print like this: Vehicle Number of do...

Dice (with varying number of sides) program: to calculate percentage of results
Thank you ne555 and Albatross! I made and tried the changes you both suggested and it works great ei...