converting .cpp source to .cs source
-
Blubbo wrote: Can anyone help? Probably not, there are too many differences between the languages that you couldn't guarantee that your conversion would perform correctly. If you have a particular question on mapping from C++ to C# feel free to post it for additional help. - Nick Parker
My Blog | My Articles -
Blubbo wrote: Can anyone help? Probably not, there are too many differences between the languages that you couldn't guarantee that your conversion would perform correctly. If you have a particular question on mapping from C++ to C# feel free to post it for additional help. - Nick Parker
My Blog | My ArticlesI think you are right - such tool will be grat, but not easy to build. I've played a little with porting some Linux KDE Games written in C++ to C# and they works with minor changes. There were 3 most important points: changing method names (good code editor will do the magic) and playing with structures and pointers. h.