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

Search:

Type: Posts; User: gotfell

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,331

    Re: template class instance

    Hi, Sorry i was a big vague, no i didnt want them in a single container, i just wanted to save having many hashtables lying around, but actually its worked out better making tables of ints, char and...
  2. Replies
    5
    Views
    1,331

    Re: template class instance

    its for a hashtables that could contain char,string,int,double,float. maybe its better i create many hashtables of types i need and just overload functions to put the data into correct hashtable.
  3. Replies
    5
    Views
    1,331

    template class instance

    Hello, i have a class that is a template, I have to declare it in my main but i want the user to choose what type of data they will use in the class, I cant just declare myclass my, i have to use...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured