CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sgiri1981

Search: Search took 0.01 seconds.

  1. Re: writing code using base class, passing derived class instances

    Thanks for your response!
    MyClass has a virtual destructor, so I guess those who wrote it did intend for it to be used as a polymorphic base class. In that case, I will go ahead with...
  2. Re: writing code using base class, passing derived class instances

    Hi All,
    I was searching for some answers to my question and this thread seems relevant; so I m tossing it up from the past.

    Briefly, my code is as follows:
    MyProcess.h
    MyProcess.cpp
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured