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!

Search results for query: *

  • Users: mteichta
  • Content: Threads
  • Order by date
  1. mteichta

    returning sub names

    is there a way to pass between members the name of the calling member ?
  2. mteichta

    Structures and Template

    Hi all, Im hoping someone might be able to assist. If i pass a struct type to a template then i dont know the struct elements, right ? how can i them create a sub routine to display elements of generic structs ?
  3. mteichta

    TEMPLATE ERRORS

    Could someone please take a look at the code below and let me know why i get the following error ? error C2660: 'Display' : function does not take 1 parameters Error executing cl.exe. template <class T> class Queue { public: Queue() ; ~Queue() ; Display(int val) {...
  4. mteichta

    URGENT: Refering to Thread: Templates, Classes and unresolved symbols

    Dear All, I am desperately seeking a solution for the issues raised in the thread: Templates, Classes and unresolved symbols Could someone please assist ?
  5. mteichta

    Templates, Classes and unresolved symbols

    Dear All, I have the following I have created a templated class defined as template <class T> class Queue { public: Queue(); ~Queue(); Display(); }; this sits in templclasses.h and the following in templclasses.cpp #include &quot;stdafx.h&quot; #include &quot;templclasses.h&quot...

Part and Inventory Search

Back
Top