User: franknguyen

  • Public profile

User profile: franknguyen

User info
User name:franknguyen
History
Joined:
Number of posts:7
Latest posts:

Question about constructor
I know it's the easiest way, but I cannot edit the main function like I mentioned. I think the teac...

Question about constructor
Here is the class I'm working on: [code]class Date { private: int d, m, y; public: Date()...

Question about constructor
Oh, sorry about that, that is my mistake. Because I wrote the code in the post section, I didn't not...

Question about constructor
I tried to run it step by step in debugging mode, it entered the dosth function first. The value of ...

Question about constructor
Hi all, I have a class like this: [code]class AClass { private: int k; public: AClass(); /...

This user does not accept Private Messages