Constructor overloading with templates@ne555 I understand that I really don't need another constructor since all can be done with one I ha...
Constructor overloading with templatesThanks for the code, but I'm getting exactly the same errors as before :( any suggestions what exact...
Constructor overloading with templatesTried this: [code]#ifndef CXMLString_H #define CXMLString_H #include <iostream> #include <sstream>...
Arrow KeysWhat exactly do are you trying to implement? Please share your code so that someone can help!
Constructor overloading with templatesHi! I'm trying to overload my constructor and running into errors. My code is working fine with just...