User profile: kameswarib

User info
User name:kameswarib
History
Joined:
Number of posts:34
Latest posts:

Template overloading
Yeah, that could be the reason. My compiler(Visual studio 2012) was not giving an error.

Template overloading
Have you tried giving space between > and > as the error suggests ? [code] CComplex<int> a1(2,2); CX...

Template overloading
I think this should work in main(). [code] CComplex<int> a1(2,2); CXML::CXMLString<CComplex<int>>...

struct pointers pointers
You can verify this by printing the address of temp, testa and lista1 as follows: [code] void inser...

struct pointers pointers
The 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

User: kameswarib

  • Public profile