User profile: noisycoder

User info
User name:noisycoder
History
Joined:
Number of posts:49
Latest posts:

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 templates
Thanks for the code, but I'm getting exactly the same errors as before :( any suggestions what exact...

Constructor overloading with templates
Tried this: [code]#ifndef CXMLString_H #define CXMLString_H #include <iostream> #include <sstream>...

Arrow Keys
What exactly do are you trying to implement? Please share your code so that someone can help!

Constructor overloading with templates
Hi! I'm trying to overload my constructor and running into errors. My code is working fine with just...