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

Search:

Type: Posts; User: madric

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    2,292

    Re: template class and string default value

    Thank you very much for all your answers.
    I will study the traits class, I am not very familiar with it but I feel that this is my best option.

    Thanks again!
  2. Replies
    6
    Views
    2,292

    template class and string default value

    Hi,

    I would like to define a templated class while implementing default value on templated arguments. I don't know how to do that with string templated variables.

    For exemple:


    template...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured