Re: How to write this makefile?# Programming - 葵花宝典h*o2004-07-01 07:071 楼imho, template is kind of header file.`indexing::SortedLinkedList::push(indexing::ActiveNode*)bool)'
m*a2004-07-01 07:072 楼thanks for all you guys!Just a conclusion: when you write a template, remember to put both thedeclaration and the implementation into the header file. Otherwise, it mightprompt an 'unreferenced function' error.`indexing::SortedLinkedList::push(indexing::ActiveNode*)