How to change this VB program into Vc++ program

The boss give me a big VB program  and ask me  change this VB program into Vc++ program  and this program has no any document.Please tell me if there is some short-cut method to do this job.Maybe I can use some code of calculation in that VB program.I know a little VB  and am familar with VC++.And I think that the interface should be in Visual c++.

Please give me more suggestion.
Thank you!







Answer this question

How to change this VB program into Vc++ program

  • Niall Gordon

    We are producing a VB.NET to C++/CLI converter - it will be ready in January.
    Send us your email address and we'll notify you when it's available.

    David Anton
    www.tangiblesoftwaresolutions.com
    Instant C#: VB.NET to C# Converter
    Instant VB: C# to VB.NET Converter
    Instant C++: C# to C++ Converter
    Instant J#: VB.NET to J# Converter
    Clear VB: Cleans up VB.NET code



  • Anthony DeSouza

    I don't believe there is a tool (that I know of) that does this for you or a short cut as you are hoping.

    A good way to that is to understand the overall target and behavior of the VB code and try to write it in C++ (this is in case you have to use C++ and not VB).

    Thanks,
      Ayman Shoukry
      VC++ Team

  • How to change this VB program into Vc++ program