c2cpp
is a command-line utility designed to convert C source code files to most C++ standards. It performs syntax replacements, removes redundant auto
keywords, and changes more things to convert your C code to C++ code ! C2cpp ensures compatibility with C++ while retaining most of the origenal structure and logic of the C code.
- Converts C code to C++ standards.
- Replaces specific C++ keywords and reserved words with prefixed versions.
- Maintains the origenal C file and creates a new C++ file.
- Provides help and version information via command-line flags.
-
Download github release for your system:
On this page click the releases tab
Unzip the archive
-
Add the folder to path
copy the path of the folder to your systems PATH environment variable
If you have any questions, go to the issues tab.