User profile: joshuatz

User info
User name:joshuatz
History
Joined:
Number of posts:25
Latest posts:

Where should I start to learn C++
Hi! Here's a website I found you might find it useful: https://solarianprogrammer.com/2012/01/02/to...

Using Array To Hold Five Class Members
vehicle[0].setALL("Unicycle", 1, 1, 80); and etc. This is how I ended up initializing the values. Bu...

Using Array To Hold Five Class Members
I want to use an array to hold five vehicle class members. Am I writing the array correctly? [cod...

Friend Classes
Thank you. But what does the & do and is it possible to do it without the & ? Actually figured it...

Friend Classes
I can't figure out what I'm doing wrong. It says I put too few arguments but I did the same thing f...