http://www.daniweb.com/software-development/cpp/threads/114299
Esattamente il motivo delle mie preoccupazioni oggi:
undefined reference to `vtable for some-damned-class'
this is perhaps the most obscure error message that gcc (actually the linker) spits out
http://gcc.gnu.org/faq.html#vtables
così ci si riduce dopo una giornata di guerra all'arma bianca con il compilatore ed il linker…
Discussion