I have a variable is in WCharArray form. I want to empty the array and to reuse it. How can I set this variable to null?
fileName[1024] = L'\0';
Is this the way to empty the array?
I have a variable is in WCharArray form. I want to empty the array and to reuse it. How can I set this variable to null?
fileName[1024] = L'\0';
Is this the way to empty the array?