visual studio 2010 - Which header file should I include for using _swprintf_s()? -


when used _swprintf(), said might unsafe , should use _swprintf_s instead.

but when used _swprintf_s(), said

error c3861: '_swprintf_s': identifier not found

which header missing?

it swprintf() , swprintf_s(). no leading underscore.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -