stradd in c++
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/02/2004 at 00:56, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C++ ;---------
Like i can do this in COFFEE
**_var str1 = "abc";
var str2 = "def";println(stradd(str1,str2));_**
Can anyone plz tell me what's the same method as the stradd in C++?
For example i have
String str1 = "abc";
String str2 = "def";
Thanks and regards -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/02/2004 at 07:26, xxxxxxxx wrote:
GePrint(str1+str2);