0
C to C++
How can I move â C â codeïżŒ to â C++ â code
1 Resposta
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.