calling an overloaded function in a template?

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?

Thanks
Steve
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.
could you tell me where that conversation is at?
Title is "Help on Doubly linked lists" this thread here: http://www.cplusplus.com/forum/general/63279/

it was two down from yours on my view.
thanks
Topic archived. No new replies allowed.