An Automated Solution to Develop Object-Oriented C Program

RAO Jun-wen,ZHU Hong-ming
DOI: https://doi.org/10.3969/j.issn.1009-3044.2008.35.058
2008-01-01
Abstract:There are already solutions to make C language support Object-Oriented feature, but in those solutions the code framework supporting that feature needs to be provided by developers. In this solution codes will be written in C++-like grammar, while inside codes will be converted into Object-Oriented C language code, so no gap between Object-Oriented feature and C language exists. This paper analyzed the mechanisms of supporting Object-Oriented feature by using C language and codes converting, and then compared performance of this solution to that of using C++, so its advantage would be proved.
What problem does this paper attempt to address?