I have an array, TCHAR DRIVE[200] that holds "\\\\.D:". How can I delete the first 3 characters of this array so that it holds &quo
TCHAR DRIVE[200]
"\\\\.D:"
&quo