Re: [hlcoders] C++ Template Question

2002-12-18 Thread Barret Rhoden
: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

[hlcoders] C++ Template Question

2002-12-17 Thread Barret Rhoden
hi - 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: CODE template class T void Test2(void) { T damn; return; }; //default with int template class T T Test(T a,

Re: [hlcoders] C++ Template Question

2002-12-17 Thread Barret Rhoden
. barret - Original Message - From: Barret Rhoden [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 6:10 PM Subject: [hlcoders] C++ Template Question hi - i'm repeating a post of mine from thewavelength's forums regarding templates. anyone have any advice? i've

Re: [hlcoders] C++ Template Question

2002-12-17 Thread botman
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