stack overflows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cody

    #1

    stack overflows

    Why doesn't the compiler generate a warning when i do a unconditional
    recursive call?
    The most common case is when I override a method/property, want to call the
    base.method but unintentionally call this.method:

    override void Foo
    {
    this.Foo();
    }


    --
    cody

    Freeware Tools, Games and Humour

    [noncommercial and no fucking ads]


Working...