Hi There
When I compile , I am getting the following error ie. "error: ld returned 1 exit status"
Could you please point me, what I am doing wrong ?
Errror:
=======
/../src/myCPP_linklist_02.cpp:16: undefined reference to `LinkedList<double>::~LinkedList()'
collect2.exe: error: ld returned 1 exit status
you have not yet defined any functions from your template class, you need to do that before you can instantiate an object of your class type in main().