0
我移植GCC產生的一些代碼爲Visual C 6,但在編譯的代碼麻煩編譯源代碼
XMLNode::XMLNode(const string & _name, const string & _value) :
XMLAbstractNode::XMLAbstractNode(_name, xml_node),
value(_value)
{// No code here.
}
它編譯於MinGW的gcc的代碼塊,但得到follwing錯誤上的Visual C編譯時,我得到了一些錯誤 6它給follwing錯誤
error C2436 member function or nested class in constructor initializer list
是什麼的Abobe代碼begiiner到C++的XMLNode意義掘進類調用帶有參數。但西隧是,值(_value)父類的構造XMLABSTRACTNode這裏如何編譯的VC6代碼