My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 15, 2010 13:38 UTC (Fri) by HelloWorld (guest, #56129)In reply to: My advice on implementing stuff in C: by butlerm
Parent article: Russell: On C Library Implementation
C++ has been around for a long time, and while it's not exactly a beautiful language, it does provide huge benefits over C. Templates is one, destructors (which facilitate resource management immensely) is another, and the list doesn't end there.
There are also numerous other languages, like Go, Rust or D, which are all comparable to C in terms of performance (and miles ahead in most other respects).
There are also numerous other languages, like Go, Rust or D, which are all comparable to C in terms of performance (and miles ahead in most other respects).
