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
- Host: GitHub
- URL: https://github.com/bitsapien/c-to-cpp
- Owner: bitsapien
- License: gpl-3.0
- Created: 2016-05-12T05:45:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T04:58:00.000Z (over 10 years ago)
- Last Synced: 2025-03-01T15:14:19.789Z (over 1 year ago)
- Language: C
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 !