http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function templates in VC++



I agree, but that's what the MS dev team told me to do, and it worked...they basically said to think of templated classes as a really big macro.
 
PrOxY+
----- Original Message -----
Sent: Thursday, January 18, 2001 1:35 PM
Subject: Re: function templates in VC++

 
   Proxy,
 
   Thats pretty strange... I will try it out. Typically, I just limit code ( if any ) in headers to operator overloading....
 
   THanks a bunch.
 
 
----- Original Message -----
From: Evan Teran
Sent: Thursday, January 18, 2001 11:37 AM
Subject: Re: function templates in VC++

I came across this problem too, according to Microsoft, the solution is to put the implementation of the functions in the header which contains the class definition.  Basically, noo .C, or .cpp file, just the .h.
 
Hope this helps.
 
PrOxY