C to C++ 1.4.0 review

Download
by rbytes.net on

C to C++ is a Python script that converts C code to C++ code. The main program is ctocpp.py that performs successive stages for co

License: GPL (GNU General Public License)
File size: 105K
Developer: Denis G. Sureau
0 stars award from rbytes.net

C to C++ is a Python script that converts C code to C++ code.

The main program is ctocpp.py that performs successive stages for converting C to C++. A script, ctocpp gives it as parameter to the python interpreter with options you add.

The archive also includes scripts that may help you:

- mover.py changes the location of a project.
- search.py performs searches and replacements.
- mkheader.py corrects a header file.

The C to C++ program with all the python sources is under the GNU GPL license,
that minds you may use it and distribute it freely, providing the copyright is unchanged.

See at the COPYING file for details. This doesn't mean GNU encourages you to convert your C sources to C++. In fact, most of the tools here included may help C programmers outside C++ conversion.

Installing:

Type:
./configure
./setup
mkdoc ...this will generate an html and info manuals.

Requirements:
Python

C to C++ 1.4.0 keywords