User: pholotic

  • Public profile

User profile: pholotic

User info
User name:pholotic
History
Joined:
Number of posts:61
Latest posts:

Bad value result from operator= using objects
Yeah... 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 objects
But 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 objects
Hello all, I keep getting an undesired value in this code. I've tried several methods, but none ...

This user does not accept Private Messages