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 Mike Lewis 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: dayan
  • Order by date
  1. dayan

    Templates, Classes and unresolved symbols

    #include &quot;templclasses.h&quot; template <class T> Queue<T>::Queue() {} template <class T> Queue<T>::~Queue() {} template <class T> void Queue<T>::Display(T &val) { fprintf(stderr,&quot;%d&quot;,val); } void main() { typedef Queue<int> Help; Help test; int val = 3...

Part and Inventory Search

Back
Top