User profile: Chris1251

User info
User name:Chris1251
History
Joined:
Number of posts:5
Latest posts:

Need help passing variables
Thank you for the example. I got it! Thank you for explaining it to me. All I need now is some forma...

Need help passing variables
Oh ok, I see. How would I call carData() from main? Do I need the parameters?

Need help passing variables
void carData(string maker, int year, float price,float mileage, string color) { cout << "Your car is...

Need help passing variables
Yes, I am trying to accomplish this in C++. I got to the point I was just trying to get it to compli...

Need help passing variables
I need help passing some variables between functions. I know I am doing it wrong, I just do not know...