Click to See Complete Forum and Search --> : Finding C++ -> C converter


Lawes
03-27-2003, 11:03 AM
Dear all,


Is there any converter can convert C++ source code to C source code ?


I can only write in C++ language, but not famous in C. thus I try to find such convertor.

Any suggestion ? please help

thx a lot
:confused:

truls
03-27-2003, 11:12 AM
Bah! Just rename all your files to .c instead of .cpp and hope for the best I guess :p

Just one small question though: WHY WHY WHY??????

Seriously, why would you want to do this? I can't see any huge reason to do this. If you want to learn to write C as opposed to C++ get K&R. If you don't know what K&R is, google it.

Cheers,
T.