Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
PaulDavisThe1st
3 months ago
|
parent
|
context
|
favorite
| on:
The C23 edition of Modern C
No C++ programmer who has been around the block more than halfway should do
cin >> a;
and assume that it works.
But also ...
sscanf (the_buffer, "%d", &a);
doesn't help the problem in any substantive way.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But also ...
doesn't help the problem in any substantive way.