|
Convert the sources of a C project to C++ For any system: Windows, Linux, etc...
GNU GPL licence (free)
This is a script that translates C to C++ in some steps:
- generating classes,
- converting functions to methods,
- replacing calls to functions by references to methods.
The main script calls other specialized ones and you can proceed step by step and modify manually the results of a step before to start the next one.
Several useful tools are included inside the archive:
SEARCH : Performs search / replacement in a file.
MOVER : Move a whole project from one or more directories to a single or several differents directories. Of course, the "#include" statements are updated...
MKLIST : Given the name of the file that holds the main function, recursively make a list of all files in a projet.
|