thanks for the links. i was teaching myself templates based off http://www.cplusplus.com. once i applied the template to the entire class, things have been working fine.
barret ----- Original Message ----- From: "botman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 6:57 PM Subject: Re: [hlcoders] C++ Template Question > > i'm repeating a post of mine from thewavelength's forums regarding > > templates. anyone have any advice? > > > > i've tried a few different things, here's the definitions for them: > > <snip> > > Are you trying to learn how to use templates? You code examples don't seem > to make much sense. Perhaps you should explain what you are trying to do > and maybe someone can help you out. > > If you are trying to learn C++ templates, there are some pretty decent > tutorials on the web... > > http://babbage.cs.qc.edu/STL_Docs/templates.htm > > http://www.al-maqsood.org/developer/templates.htm > > http://66.176.248.167:81/c_plusplus/tutorial/templates/ > > ...and don't forget to check the documentation that comes with your C++ > compiler (or read more about templates in Stroustrup's ARM (the annotated > C++ reference manual)). > > Jeffrey "botman" Broome > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

