
Posted:
Aug 30, 2003 @ 5:16pm
by mlepage
String is not a builtin data type. What kind of strings are you talking about?
char* ?
std::string?
MFC CString?
your own string class?
In C++, I use std::string and its associated functions.

Posted:
Aug 30, 2003 @ 11:11pm
by AizaDGreat
Let me rephrase what he just asked:
Is there a ppc version for the code below
TCHAR ls_Temp[10];
memmove(ls_Temp, fu_GameData[SLOT1].Name, 10);
It works fine on PC, won't compile for PPC.
Thanks

Posted:
Sep 2, 2003 @ 7:27am
by TechMage
Whenever I need to "cut" strings, I just use scissor code.
