How to convert C Code to C

0 votes
I've got some C++ programme.

Numerous classes, their member functions, constructors, and destructors, along with a few template classes and a tonne of C++ code, are defined in the code.

I must now translate the source into ordinary C code.

I also have the following inquiries:

1. Is there a programme that converts header files and C++ code?

2.Will I need to completely rewrite the code (removing constructors and destructors and moving that code into some init() and deinit() functions; changing classes to structures; making existing member functions into function pointers in those newly defined structures and then calling those functions using function pointers, etc.)?

3. What C++-specific code-data constructs or semantics must I be aware of while converting from C++ to C if I have to do it manually?
Aug 23, 2022 in C++ by Nicholas
• 7,760 points

edited Mar 4 18 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP