Hi there,
I am trying to write a C++ app using Dev-C++ 4.9.9.2. The app is supposed to read in a txt file and then use templates to read in the files and swap data that gets populated in a ptr array. The errors are:
[Linker error] undefined reference to `SalaryCompare::makeList(std::basic_ifstream<char, std::char_traits<char> >&, voter**)'
[Linker error] undefined reference to `void SalaryCompare::swap<voter>(voter**, int, int)'
ld returned 1 exit status
C:\Users\dwilmes\Desktop\project2\Makefile.win [Build Error] [Project2.exe] Error 1
thanks for any ideas or answers.
Daniel