C to C++ converts your C projects to C++. It generates automatically classes from headers files of the C project, transforms functions and variables to methods and attributes of the classes, and propagates the changes at each reference. Sources of the original project may be located inside different directories. A script is provided also to move projects from current directories to other ones. It is absolutely free and open-source under the GNU GPL licence.