- May 18, 2001
- 7,871
- 361
- 126
I'm still using VS2003, but I'm helping a coworker learn VC++ w/ MFC on VS2005. It appears that the %n format specifier for CString and printf has been disabled for security reasons.
So now what is the proper way to format integers as strings?
So now what is the proper way to format integers as strings?