j
k
j a
j l
if (*argdata != '/' && *argdata != '-') argdata is wchar type,so you should do as if (*argdata != L'/' && *argdata != L'-')
Attachments:
Back to the thread
Back to the list