Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aveek

  1. aveek

    Template instantiation with gcc

    That would mean I would have to put all the possible permutations of the template class instantiation in a header file and include it. I have got about 20 template classes with prototypes like template class MyTemplateClass<class T1, class T2, class T3> If I were to work out all the possible...
  2. aveek

    Template instantiation with gcc

    I have a shared library which contains the definition of a template class. I am instantiating the template class in a main file and compiling with gcc but it is giving me a lot of problems. It seems that the gcc compiler does not have visibility to template definitions if the template definition...

Part and Inventory Search

Back
Top