Hacker News new | ask | show | jobs
by pjc50 897 days ago
The C standard library makes no performance guarantees. Besides, scanf is awful and should be avoided wherever possible.
1 comments

scanf a great way to cause a memory over/underun. Dont think so? Go read the docs for the different CRT's out there. None of them really match on what all the % items mean.