Question: Convert some code about 1000 lines long from C to C++.
I don't know where to start and how I should go about doing this and am looking for some advice.
The code just has to compile in g++, it does not need to be completely rewritten in C++.
The code I have to convert is from a chess simulator called mscp.
It must compile with no errors and follow the directions.