so I have to use a template for a homework assignment that calls an overloaded function, i have one of these overloaded functions for int, one for float. the template type is T, and must pass in type T to the overloaded function. my compiler says this is ambiguous. is there a way to do this?
hmm, I guess I read the other messages, an example of a template based double linked list is on the board at the moment. It is looking for help but it has enough code to it to show you what you want to know.