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 bkrike 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: haukero
  • Content: Threads
  • Order by date
  1. haukero

    template help? how to instantiate??

    hello, i have a simple 'point'-template class with 2 parameter standard constructor! i wanna instantiate like this : point<unsigned int> myPoint (x = 0, y = 0); the compiler (vc++ 6 sp5) thinks 'myPoint' is a function with 2 parameters returning point<unsigned int> instead of a point...
  2. haukero

    template help? how to instantiate??

    hello, i have a simple 'point'-template class with 2 parameter standard constructor! i wanna instantiate like this : point<unsigned int> myPoint (x = 0, y = 0); the compiler (vc++ 6 sp5) thinks 'myPoint' is a function with 2 parameters returning point<unsigned int> instead of a point...
  3. haukero

    lnk2001

    hallo, ich hoffe das problem wurde net scho 1000x mal diskutiert, konnte aber im archive und web keine brauchbare antwort finden! zum problem: ich habe ein simples template, was auch ohne probleme compiliert, sobald ich aber das template in z.b. main instantiiere steigt der linker mit...

Part and Inventory Search

Back
Top