Object Oriented C++ form desgin

2001-10-29 Thread Stephen A. Cochran
I'm rewriting part of my application, and a Class object design for several of the forms seems like the natural way to go. But now that I'm getting down to writing it, I'm running into a chicken and egg problem. Basicly, if I have a myForm class, the MyFormInit code should be in the construct

RE: Object Oriented C++ form desgin

2001-10-29 Thread Borislav Kolev
Check out http://www.dependtech.com/ehf.htm . It sounds as exactly what you need. - bobby > -Original Message- > I'm rewriting part of my application, and a Class object > design for several of > the forms seems like the natural way to go. [snip] > Are there any really good examples of