I would like to modify my existing class to be a template class, so that I could use it with different data formats.
What changes do I have to make to my class to make it a template class? Are there any other things(problems) to consider when I'm using a template class?




Reply With Quote