C++ operator types implicit conversionthanks for the help. as for my operator+: [code]String& operator+(const float rhs) const { String s...
C++ operator types implicit conversionI am sorry, the actual code that gives that error is something like this: [code] typedef unsigned l...
C++ operator types implicit conversionAnyone?
C++ operator types implicit conversionI have a String class defined as: [code]class String { public: String(); //[...] //These me...