I saw this function in some code and I can’t find documentation on google about it. Can someone explain what it does and are there any alternatives to this ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See http://msdn.microsoft.com/en-us/library/tsbaswba%28VS.80%29.aspx: it is a generic name for
sscanf_s.EDIT: which is conveniently documented here.
_stscanf_sis in TCHAR.H on Windows platforms. You can probably get away with usingsscanf_sorswscanf_s.