|
|
|
|
|
by duneroadrunner
2732 days ago
|
|
Another option is to use a memory safe subset of C++ [1]. It should be less work to migrate existing C drivers as (reasonable) C code maps directly into the safe C++ subset. And the migration can be done incrementally with corresponding incremental safety benefits. [1] shameless plug: https://github.com/duneroadrunner/SaferCPlusPlus |
|