elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 155 forks source link

Is it possible to convert .cpp aswell? #897

Closed the-hotmann closed 1 year ago

the-hotmann commented 1 year ago

I wanted to do some testings on converting this WinRAR KeyGen, which is c++ (cpp) based: https://github.com/bitcookies/winrar-keygen into pure GoLang. But it includes .hpp, .cpp, .h files, but no .c files.

Is it possible, if so, how/where to start? As I am not a C++ programmer I would like to ask upfront, before wasting time doing it wrong.

elliotchance commented 1 year ago

This wont be possible. This package only handles C and is not mature enough to handle complex projects.