Monday, December 12, 2011

[Cpp-Programming] Re: Inheritance and termination housekeeping

Can you explain this line of code in detail?

CEmployee::CEmployee(int s) : salary(s), fname(NULL), lname(NULL) { }

Thanks

--
You received this message because you are subscribed to the Google Groups "C++ Programming" group.
To post to this group, send email to cpp-programming@googlegroups.com.
To unsubscribe from this group, send email to cpp-programming+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cpp-programming?hl=en.

0 Comments:

Post a Comment

<< Home