C, still?
C, still?
Posted Sep 22, 2017 9:47 UTC (Fri) by tdz (subscriber, #58733)In reply to: C, still? by k3ninho
Parent article: Building the kernel with Clang
IMHO the author is correct about the benefits of C for any kind of low-level I/O where access to raw data is required or at least beneficial. C++ is in a similar position because for raw-data I/O, it's really just a beefed-up variant of the equivalent C code. But as soon as the programming language favors or requires more I/O abstractions, it looses the advantage that 'managed' and/or 'safe' usually provide.