Hacker News new | ask | show | jobs
by tptacek 5127 days ago
Hey, why don't you use C++? :)
1 comments

I think Tavis put it best: C is easier to audit because it's transparent. With C++ you can have innocuous-looking source code and have the compiler doing all sorts of crazy things behind your back.