C ++中dynamic_cast的问题
我在C ++中实现不均匀的链表(下面是.cpp和.h文件)。
Compiling in Linux using intel compiler with: icpc test.cpp List.cpp -o test gives lots of erros (see below). It seems that the problem originates from the lines containing dynamic_cast in List.cpp. The syntax seems to me to ...