Quote:
Originally Posted by Dizzy
Well that sucks. C++ is one of the few languages I know too.
Not sure where I got that idea from.
|
If you know C++, C# isn't that hard to learn. Check out this tutorial series:
http://www.csharp-station.com/Tutorial.aspx. You'll find there are lots of similarities between the two.
Granted that doesn't make porting all that code any easier unfortunately. Even knowing both languages, that will be quite a task to do right. They just use fundamentally different ideas in some places (C++ requires you to manage memory, C# does it for you, as an example) making it a royal pain to port code over.