AcidR4in
Ensign
- Registriert
- Juli 2005
- Beiträge
- 175
hi, hab folgendes problem :
hier sind meine src files
home.arcor.de/acid.r4in/algodat
Code:
compiling the source files ...
g++ -o lib/Mergesort.o -c src/Mergesort.cpp -Wall
g++ -o lib/MergesortMain1.o -c src/MergesortMain1.cpp -Wall
src/MergesortMain1.cpp: In function 'void runTest(int) [with T = int]':
src/MergesortMain1.cpp:56: instantiated from here
src/MergesortMain1.cpp:15: error: cannot declare variable 'mergesort1' to be of abstract type 'Mergesort<int>'
src/Mergesort.h:9: note: because the following virtual functions are pure within 'Mergesort<int>':
src/Mergesort.h:39: note: bool Mergesort<T>::fill(T*, int) [with T = int]
src/Mergesort.h:42: note: T* Mergesort<T>::sort() [with T = int]
src/Mergesort.h:45: note: int Mergesort<T>::getSize() [with T = int]
src/Mergesort.h:48: note: bool Mergesort<T>::isMember(T) [with T = int]
src/Mergesort.h:51: note: void Mergesort<T>::print() [with T = int]
src/Mergesort.h:54: note: char* Mergesort<T>::toString() [with T = int]
gmake: *** [compile] Error 1
hier sind meine src files
home.arcor.de/acid.r4in/algodat