0
C to C++
How can I move “ C “ code to “ C++ “ code
1 ответ
0
Most of the time, you can just compile it with C++ compilers since C++ is someway compatible with C.
There are a few exceptions and optimization issues, but for a simple program this should be fine.