Class inheritance and constructorswow...like I said, I knew it would be simple. I just realized it was because in the header file I o...
Class inheritance and constructorsSo I changed the declaration to: [code] ProductionWorker(string name, int number, Date date, int in...
Class inheritance and constructorsI'm currently learning about class inheritance and constructors and I can't seem to figure how to ge...
passing struct member to functionInteresting, I hadn't thought of something like that (I sometimes over complicate things lol) but I ...
passing struct member to functionOk so I've tried searching for an answer to this but I can't seem to find anything like it. I'm try...