0
Possible Duplicate:
Where and why do I have to put the 「template」 and 「typename」 keywords?
declaring a C++ set iterator錯誤移植贏代碼到Linux
我試圖編譯C++一些代碼,這在Windows工作正常,在Linux系統。
我有很多錯誤,如下列之一:
code:
..
39 set<Node<T>*>::iterator child;
...
g++
給我的錯誤:
Node.h:39: error: expected ‘;’ before ‘child’
這僅僅是一個例子。你能給我一些關於如何解決它的提示嗎?
它可能是一個編碼或Windows linebreaks問題 – Chakalaka