Program to convert C to C++

Eumir Camara <ecamara@best.com>
9 Aug 1996 14:07:04 -0400

          From comp.compilers

Related articles
Program to convert C to C++ ecamara@best.com (Eumir Camara) (1996-08-09)
| List of all articles for this month |

From: Eumir Camara <ecamara@best.com>
Newsgroups: comp.compilers
Date: 9 Aug 1996 14:07:04 -0400
Organization: Best Internet Communications
Keywords: C, C++, translator, question

We're looking for a smart program which will help us to change
from C to C++. We had orginally planned to do this by hand but was
very time consuming. Our C code base has been programmed with objects
using the structs. Now we want to change most of those structs into
classes. We're looking for a program which will help us change the
names of the member variables quickly all over the code. We also need
a program which allows us to morph existing functions into methods of
a specified class.


I would appreciate any help.


Eumir Camara
ecamara@brio.com
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.