Anyone got a C++ Language Translator?

  • Thread starter Thread starter gregory_may
  • Start date Start date
G

gregory_may

I am looking at several subroutines in C++, just curious if anyone knows of
a general translator that would convert this to VB.Net or C#?
 
Hi there Gregory,

You should be aware that not all C++ can be converted to VB.NET. If
your subroutines are quite small you would probably be better off converting
them yourself as .NET has many different classes that could possibly even
make the routines allot smaller.

In my opinion the converters do not work particularly well, I've used a
couple just to convert C# to VB.NET and they were pretty bad themselves, but
then again, it is a pretty tricky job to do, that is why people are paid so
well if they can cross port code between popular languages with ease!

Nick.
 

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