Search:

Type: Posts; User: Adamkromm

Search: Search took 0.00 seconds.

  1. I know that would work -- if I pass around the...

    I know that would work -- if I pass around the C*'s individually -- but what I want is to be able to pass around a list of C*'s.
  2. I guess it's not going to be as easy as I'd...

    I guess it's not going to be as easy as I'd hoped.

    gardhr: The only problem with that suggestion is that I have more than one subsystem that needs to know about different parents. Eg, one...
  3. creating a list pointer of parent type from base type...

    I wasn't sure how to phrase the question in the title. But here is my question. First lets say I have something like this:



    class A
    {
    ...
    };

    class B
Results 1 to 3 of 3