
  C to C++ converter
  Free Open Source program - GPL Licence.
  www.scriptol.com


 The correct command to extract the archive is:
 pkzip25 -ext -dir ctocpp10

 This tools allow to convert a C project to a C++ one,
automatically.
 It contains several python scripts and requires python 2.0
or above, to be installed (available at www.python.org).

 The two main scripts are:
mkclass.py        create a class from a C header file.
mkcpp.py          propagate the new class into all sources.

 A lot of other scripts help you to create a C++ project.
 Some may be used also independantly:
- mover.py         move a project.
- search.py        perform searches and replacements.
- mkheader.py  correct a header file.

 The wstring.py module is a library of general use,
and is under LGPL licence.
 The C to C++ program is under GPL licence, that minds
you may use it freely, and distribute it providing that it
remain open source, and the copyright is unchanged.
 You must send any change to me, at 
         webmaster@scriptol.com

 To test the program, a C project is furnished: cdlist.
 It is available on www.scriptol.com.
 The C++ generated code compiles with Turbo C++ 3.1 and
require an assembler.

 Before to convert your own project, read carefully the
manual. If you can, print it, or the part that is marked
in the text.
 It may be required also to use a file formatter on your
source (there are lot of them on the web),  to make them 
more readable for the scripts.

                      Thanks for you attention.
