Thread
:
Need a guideline in porting cpp to c
View Single Post
#
6
01-17-2005, 21:25
dmownz
Posts: n/a
The original C++ compiler by Bjarne Stroustroup (called cfront) converts c++ to c. You might be able to find it by searching for cfront on the net.
dmownz