Convert C to VB

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cmdolcet69

    Convert C to VB

    what is the easiest way to convert something from C to VB? =I have
    VB.NET 2005 suite and i want to convert a C written program into VB?
    Can anyone Help?
  • Gillard

    #2
    Re: Convert C to VB

    Source code converters: Convert between C#, C++, Java, VB, and Python with the most accurate and reliable source code converters




    "cmdolcet69 " <colin_dolcetti @hotmail.comwro te in message
    news:9cdff4c4-6292-47b3-bde4-5f2f0296b439@26 g2000hsk.google groups.com...
    what is the easiest way to convert something from C to VB? =I have
    VB.NET 2005 suite and i want to convert a C written program into VB?
    Can anyone Help?

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Convert C to VB

      "cmdolcet69 " <colin_dolcetti @hotmail.comsch rieb:
      what is the easiest way to convert something from C to VB? =I have
      VB.NET 2005 suite and i want to convert a C written program into VB?
      In addition to the other reply: In .NET the structure of a program is
      different from the structure of programs written in C. Thus a direct
      conversion often does not make much sense and it's better to redesign and
      rewrite the application.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...