Chin Yu
March 30th, 1999, 08:51 AM
Hello! Gurus
I am developing a class using CString as the main class in my class. I am facing a peculiar problem. When I add two CStrings(for example CString x,y and
I type x += y or x = x+y; It is not adding CString y to x.But if I say x = y + x, the thing works. Is there anyone who can help on this.
Thanks
-Chin Yu
I am developing a class using CString as the main class in my class. I am facing a peculiar problem. When I add two CStrings(for example CString x,y and
I type x += y or x = x+y; It is not adding CString y to x.But if I say x = y + x, the thing works. Is there anyone who can help on this.
Thanks
-Chin Yu