merge 2 list using templates & archives

Write a function to merge two linked lists of integers that are sorted into ascending order. The result should be a third linked list that is the sorted combination of the original lists. Do not destroy the original lists.
You can merge two lists in a one line call, try using google or this site's reference to find the right function.
Topic archived. No new replies allowed.