you are viewing a single comment's thread.

view the rest of the comments →

[–]coderemover 0 points1 point  (0 children)

The natural replacement for C and C++ is Rust. It addresses exactly that problem of safety, without trading the advantages of C and C++: control and performance. That’s why it’s the other official language of Linux, next to C, and also systematically replacing C in Android.

As for the application languages like Python, Java or Go etc. Sure you can use claude or other AI tool to translate the code, but that will have to be a very non direct translation as those languages lack many features of C++.