C to C++

Converter

A script shot in 2001 by Denis Suro to convert Project C sources to C++. Converting C to C sources avoids identity conflicts and simplifies code reuse.

Written in Python, works on all systems.

GPL 2.0 licensing. - Requires Python 2.x.

Characteristics

 This is a script set that converts C to C++ in several steps:
- formation of classes,
- transformation of functions into methods,
- Replace function calls with method references.
 Scripts can be used separately.

Preliminary requirement

Tools included

Documentation

The English manual is included in the archive.

Loading