Translating old C to C#

  • Thread starter Thread starter Harvey Triana
  • Start date Start date
H

Harvey Triana

How to translate a old (dos) C application to C# ...

Suggestions,
<Harvey Triana />
 
Harvey said:
How to translate a old (dos) C application to C# ...

Suggestions,
<Harvey Triana />

By hand.

I'm sure that someone, somewhere makes some tool that translates C into
really awful, gut-wrenchingly bad C#, because that's pretty-much the
only kind you could generate automatically.

If you want anything approaching decent code, you'll have to do it by
hand, because the paradigm shift from procedural to O-O is so radical
that anything less just won't cut it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top