J
Justin
i need to build the unsigned character string:
"PR0N\0Spam\0G1RLS\0Other\0Items\0\0\0"
from the signed character string:
"PR0N Spam G1RLS Other Items"
Tokeninzing the character string is not a problem. I can't solve my
concatenation problem. I've researched this topic extensively and I've
found nothing to help. Failure resulted when I used memcpy,_mbscat, and
various other methods. If anyone knows how to build a unsigned
character string from a signed character string and inserting a NULL
'\0)' between items I would greatly appreciate advice.
"PR0N\0Spam\0G1RLS\0Other\0Items\0\0\0"
from the signed character string:
"PR0N Spam G1RLS Other Items"
Tokeninzing the character string is not a problem. I can't solve my
concatenation problem. I've researched this topic extensively and I've
found nothing to help. Failure resulted when I used memcpy,_mbscat, and
various other methods. If anyone knows how to build a unsigned
character string from a signed character string and inserting a NULL
'\0)' between items I would greatly appreciate advice.