C ++ and C # are pretty nice programming languages, in my opinion. If C ++ code needs to be ported to a platform where C # is the only supported platform, how much work will need to be done?
Do I have to prepare for most of the C ++ code to be rewritten in C #? Or, due to differences in language, does refactoring need to be fairly simple and straightforward?
I know that this will depend on the application itself, but I ask in general.
source
share