User profile: gtsiam

User info
User name:gtsiam
Email:gtsiam@windowslive.com
History
Joined:
Number of posts:4
Latest posts:

C++ operator types implicit conversion
thanks for the help. as for my operator+: [code]String& operator+(const float rhs) const { String s...

C++ operator types implicit conversion
I am sorry, the actual code that gives that error is something like this: [code] typedef unsigned l...

C++ operator types implicit conversion
Anyone?

C++ operator types implicit conversion
I have a String class defined as: [code]class String { public: String(); //[...] //These me...