I have a question here:
Complete a program that performs following operations by using C++ programming:
a.Enable user to create and manipulate a list of items (must be able to read integers, characters and strings).
b.Enable user to sort the list. (any sorting algorithm except naïve sort)
c.Enable user to search a particular item in the list. (use any searching algorithm)
Actually i have no idea about it.
Izzit we have to ask the user to choose which data type of list that desired to create?Then we pass the list to the template function?
Can anybody tell me the prosedure?
Im so blur about it...