|
I have a project of mixed programming of C and C ++, many of which are global variables and functions. Now I want to transplant them to the .net environment, please master what problems need attention. There is no design book for the original project, which is a black box transplant. I am going to encapsulate global functions into classes, and then convert functions such as Memcpy to .net mode. Convert the entire project to a managed type. Is there anything wrong with the above migration method? |
|