c++ Programming Glossary: pri
“Undefined reference to” template class constructor http://stackoverflow.com/questions/8752837/undefined-reference-to-template-class-constructor of a queue with the member functions add substract and print . I have defined the node for the queue in the fine nodo_colaypila.h.. template class T class cola nodo_colaypila T ult pri public cola T void anade T T saca void print const virtual ~cola.. T ult pri public cola T void anade T T saca void print const virtual ~cola #endif COLA_H cola.cpp #include cola.h..
|