Hacker News new | ask | show | jobs
by duneroadrunner 3365 days ago
If any of the developers are reading this, converting the existing C code to SaferCPlusPlus[1] (a memory safe subset of C++) is probably a more expedient solution (if that's what they're looking for). (And speaking of contributing, an automatic translation (assistance) tool is in early development, and could maybe be functional in short order with a little extra motivated talent... :)

[1] shameless plug: https://github.com/duneroadrunner/SaferCPlusPlus

1 comments

I would recommend updating your .gitignore for VS2015. The .vs directory and *.VC.db should both be excluded from the repo.
Thanks. I'll take all the git/github advice I can get. :)