Clearing entire string with strcpy()?
#1

PHP код:
new str[32];
strcpy(str"\0");
strcpy(str"");
strcpy(strEOS); 
Are them correct? I am planning to use the same string again after formatting it.
Reply


Messages In This Thread
Clearing entire string with strcpy()? - by v1k1nG - 14.11.2018, 15:46
Re: Clearing entire string with strcpy()? - by Freaksken - 14.11.2018, 16:03
Re: Clearing entire string with strcpy()? - by v1k1nG - 14.11.2018, 16:06
Re: Clearing entire string with strcpy()? - by dotSILENT - 14.11.2018, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)