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

Search:

Type: Posts; User: Muthuveerappan

Search: Search took 0.03 seconds.

  1. Re: Design problem with a virtual template class

    I use gcc version 4.0.1 (Apple Inc. build 5488)

    Could you provide a simple (bare minimum) application file that uses the header file and so that we can compile and see which one you are referring...
  2. Re: Design problem with a virtual template class

    I am not too sure I understand, my understanding is that templates and virtual functions can be combined, shown below is a small example (correct me if I am wrong):



    #include <iostream>
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured