Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DaDeliMan

    Self-Referring classes

    Cool, thanks. Would the following code snipped be cool... Parent p = new Parent(); p.addChild(this); Thanks a ton, Bob
  2. DaDeliMan

    Self-Referring classes

    Oh, I'm sorry. Yes, I would like the parent to have a reference to many children, and each of of the childen to have a reference to the parent.
  3. DaDeliMan

    Self-Referring classes

    I have a Java quesion that is probrably pretty basic. I am looking to create a class which has a child class. I want that child class to have a reference to it's parent class and vice-versa. When initializing it, how to I create that connected reference in Java without pointers? Would the...
  4. DaDeliMan

    .NET & Active X

    This is less of a technical question than a practical one. I am about to start learning Active X programming with C++ and Direct X programming. Do you think that it will be a waste of time and that the entire architecture will change because of .NET? Is Active X a dying architecture? Any...

Part and Inventory Search

Back
Top