An open API service indexing awesome lists of open source software.

https://github.com/bitsapien/c-to-cpp

Converts C programs to CPP
https://github.com/bitsapien/c-to-cpp

Last synced: 19 days ago
JSON representation

Converts C programs to CPP

Awesome Lists containing this project

README

          

This is a program written for learing purposes.
So it may work awesomely or may be heavily broken.

It essentaily is used to convert a program written in the C language to the C++ language.

The concept is simple but the implementaion was suprisingly INSANELY tough !

Feel free to try and improve the code. A lot of scope for improvement is there too !