On Wed, Jan 2, 2019 at 7:37 PM <aureallm2...@gmail.com> wrote:
>
> I have C++ 11 source files which I need to convert to Go language code
> Is there any converter  tool for this.
> I google quite a few tools, none seems powerful and complete enough to do the 
> job.for me.

C++ 11 is a much more complex language than Go.  I think that if you
want to support all the features of C++11 this would essentially
require writing a C++11 compiler that generates Go code as its output.
I don't know of any such tool.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to