Y
Hacker News
new
|
ask
|
show
|
jobs
Discuss: how secure is C++?
(
kialo.com
)
1 points
by
LaPingvino
3012 days ago
1 comments
dvhh
3012 days ago
Undefined behavior ( see
http://blog.llvm.org/2011/05/what-every-c-programmer-should-...
) make it difficult to make it perfectly secure.
link