Question about constructorI know it's the easiest way, but I cannot edit the main function like I mentioned. I think the teac...
Question about constructorHere is the class I'm working on: [code]class Date { private: int d, m, y; public: Date()...
Question about constructorOh, sorry about that, that is my mistake. Because I wrote the code in the post section, I didn't not...
Question about constructorI tried to run it step by step in debugging mode, it entered the dosth function first. The value of ...
Question about constructorHi all, I have a class like this: [code]class AClass { private: int k; public: AClass(); /...
This user does not accept Private Messages