|
|
|
|
|
by pcwalton
2409 days ago
|
|
> I also find if you write modern, idiomatic C++ code you rarely, if ever, have to worry about memory safety issues. This is empirically not true. Tons of memory safety issues are found (and exploited) all the time in modern idiomatic C++ codebases. |
|
For example my latest game server is up more than 2 month already and the only reason it gets restarted is that I am updating it with the new version.