User profile: PhoenixUprising

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

Class inheritance and constructors
wow...like I said, I knew it would be simple. I just realized it was because in the header file I o...

Class inheritance and constructors
So I changed the declaration to: [code] ProductionWorker(string name, int number, Date date, int in...

Class inheritance and constructors
I'm currently learning about class inheritance and constructors and I can't seem to figure how to ge...

passing struct member to function
Interesting, I hadn't thought of something like that (I sometimes over complicate things lol) but I ...

passing struct member to function
Ok so I've tried searching for an answer to this but I can't seem to find anything like it. I'm try...