Originally posted by Kheun
Your example doesn't show a copy constructor. The signature of a copy constructor is: A(const A& a)

If I am not wrong, I believe that you want to call a different constructor within the default constructor.
yeah, that's what i want to do, so it's illegal ,right? thanks for ur
good answer