From: jb7026@eehpx11 (John Peter Brzezniak) Subject: C++ translator? Date: 11 Sep 1993 03:17:45 GMT
Is there a C++ translator for linux like CC which translate C++ source
code to C source code? CC uses cpp, cfront, and cc for preprocessing,
syntax and type checking, and codegeneration respectively.
I don't see any utilities like this for linux. The reason i need CC is
for debugging code with UPS which has just been ported to linux. I've gotton
very used to UPS and would like to keep on using it. I've debugged
C++ code generated with CC with UPS and its harder than straightforward C
code but its still better than xxgdb IMHO. UPS cannot debug C++ code
generated by linux C++ compilers. It crashes every time one wants to
access a class. If CC for linux does not exist then are there any other
debuggers other than xxgdb, xgdb for debugging using X11?
Thanks
John