execute constructor of derived class

Started by
11 comments, last by Bregma 8 years, 5 months ago

thanks

Advertisement

TObjectPropertyEditor something;


In that case, get and study a GOOD book about the language.

Based on your comments over the past few months, I recommend current editions of either of these:

# "C++ Primer" by Lippman, Lajoie, and Moo. (NOT "C++ Primer Plus")
# "Accelerated C++" by Andrew Koenig and Barabara Moo

Don't bother with both since they mostly overlap. The first one has a gentler learning curve than the second.

Write a short program using classes. Add print statements to the constructors and destructors. Run the program. Observe the output. Change the program a bit. Observe the changed output.

Stephen M. Webb
Professional Free Software Developer

This topic is closed to new replies.

Advertisement