Search:

Type: Posts; User: nvoigt

Search: Search took 0.05 seconds.

  1. Thread: Inheritence

    by nvoigt
    Replies
    10
    Views
    2,393

    Well, put a breakpoint there. It seems you are...

    Well, put a breakpoint there. It seems you are guessing a lot. Put a breakpoint in the line of the array initialization and find out.
  2. Thread: Inheritence

    by nvoigt
    Replies
    10
    Views
    2,393

    I'm not sure what to tell you... get rid of that...

    I'm not sure what to tell you... get rid of that static. You can find a very crude hack around it so it will work now and blow up in your face another time... but the solution would be to not...
  3. Thread: Inheritence

    by nvoigt
    Replies
    10
    Views
    2,393

    If you call base(), the base constructor will be...

    If you call base(), the base constructor will be executed. So your second example code should be working. However, you mentioned a static variable. Statics and inheritance is a train wreck waiting to...
Results 1 to 3 of 3