/cpp2go

Convert c++ to google go language

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Seccheck

About

Cpp2go is a tool of converting C and C++ source to Google Golang.

Manual

cpp2go [options] [path or source code files]

Compiling

Any C++ compiler should work.

To build the GUI, you need Qt.

When building the command line tool, PCRE is normally used. PCRE is optional.

There are multiple compilation choices:

  • qmake - cross platform build tool
  • Windows: Visual Studio or Qt Creator or MinGW
  • gnu make
  • g++

Visual Studio 2010

Use the cpp2go.sln file.

Webpage

https://github.com/rainrambler/cpp2go