¡@

Home 

c++ Programming Glossary: cola.cpp

“Undefined reference to” template class constructor

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

T T saca void print const virtual ~cola #endif COLA_H cola.cpp #include cola.h #include nodo_colaypila.h #include iostream.. The problem is caused by the fact that main.cpp and cola.cpp will be compiled separately first. In main.cpp the compiler.. versions of those functions in main.o . When compiling cola.cpp the compiler won't compile those instantiations either because..