Hacker News new | ask | show | jobs
by froggychairs 1018 days ago
I’m not a C++ guy, but this topic fascinates me. Might poke around and try to have an LLM transpile the code from C++ to Rust. I expect it won’t work but worth giving it a shot :)
2 comments

C++ of 1996 predates the first ISO standard (1998) and the Boost library (1999). Back then, c++ code was still relatively readable...
Actually even now it can be. Look up the serenity os project. Andreas keeps things nice and tidy.
its just c with classes, you will be ok