Thread
:
Error : no operator found
View Single Post
xpi0t0s
Mentor
19Nov2008,21:43
You need to cast "//./" to a CString so that it invokes CString :: operator +(). There is no (char*) :: operator +(), which is what you're trying to invoke.
Last edited by xpi0t0s; 19Nov2008 at
21:45
..