Bad value result from operator= using objectsYeah... I see it now. :( Blinded by the light. Can't believe I missed my on class variable. lol Th...
How to sum two int arrays ?I don't see why that bit of code wouldn't be able to accommodate a varying string size. This is wha...
Bad value result from operator= using objectsBut when I try: [code] template<class V>& quantity<T,_b> operator=(const quantity<V,_b>& qty) { ...
How to sum two int arrays ?Personally, this is what I think I would do. [code] std::string str1 = "012345"; std::string str2 =...
Bad value result from operator= using objectsHello all, I keep getting an undesired value in this code. I've tried several methods, but none ...
This user does not accept Private Messages