Template overloadingYeah, that could be the reason. My compiler(Visual studio 2012) was not giving an error.
Template overloadingHave you tried giving space between > and > as the error suggests ? [code] CComplex<int> a1(2,2); CX...
Template overloadingI think this should work in main(). [code] CComplex<int> a1(2,2); CXML::CXMLString<CComplex<int>>...
struct pointers pointersYou can verify this by printing the address of temp, testa and lista1 as follows: [code] void inser...
struct pointers pointersThe first time inserimento is called, i.e., when there are no nodes in the list, the following happe...
This user does not accept Private Messages