|
-
January 26th, 2007, 10:56 AM
#1
How template in C++ Work ?
Hi All,
I looking for some stuff that explain how template in C++ work.
What i need is not how to use them ... ( this i already know ).
Some one can help me ?
I already looked in Google and did not find something that can tell me all about template behind the scenes...
Thanks for any help.
-
January 26th, 2007, 11:12 AM
#2
Re: How template in C++ Work ?
More detail would prove helpful. What in particular, are you looking for?
How C++ actually deals with templates? If so, any decent C++ reference book should explain how they work.
Are you looking for hacks you can use to make sure templated classes properly compile?
When you should employ templated classes? Generic algorithms?
-
January 26th, 2007, 11:53 AM
#3
Re: How template in C++ Work ?
i looking in 2 books that i have and i just found how to use Templates.
I need to know more about how its work... is it use the fact that all the object devisee from CObject or something like that ?
-
January 26th, 2007, 12:09 PM
#4
Re: How template in C++ Work ?
 Originally Posted by YANSHOF
I need to know more about how its work...
And how will this help you? I'm trying to understand what exactly you are looking for.
is it use the fact that all the object devisee from CObject or something like that ?
What does CObject have to do with templates?
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|