¡@

Home 

c++ Programming Glossary: nodo_colaypila.h

“Undefined reference to” template class constructor

http://stackoverflow.com/questions/8752837/undefined-reference-to-template-class-constructor

print . I have defined the node for the queue in the fine nodo_colaypila.h #ifndef NODO_COLAYPILA_H #define NODO_COLAYPILA_H #include iostream.. T Then the implementation in nodo_colaypila.cpp #include nodo_colaypila.h #include iostream template class T nodo_colaypila T nodo_colaypila.. functions cola.h #ifndef COLA_H #define COLA_H #include nodo_colaypila.h template class T class cola nodo_colaypila T ult pri public..