Search:

Type: Posts; User: Hiro

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    933

    Yes, that what I decided to do. I'll throw an...

    Yes, that what I decided to do. I'll throw an exception
    and for each derived class, I'll wrap around that function and handle any errors.
  2. Replies
    3
    Views
    933

    Different return types in Template function

    Hi, it's my first post and question.

    I have a template class that is going to be inherited by some other class. Within the parent class, I have a function:



    template <class T>
    T ...
Results 1 to 2 of 2