Is there a software that is able to convert VB to C?

Asked By 10 points N/A Posted on -
qa-featured

Hi there everyone, Kurt here. I have a project to be written in C language which I really am not familiar with, so I decided to write it in vb language and just convert it to the required language. Now the question is, is there an available vb converter to c which I could use to save time dealing with another new language? I really hope there is. Thank you guys in advance.

SHARE
Best Answer by Garner Blough
Answered By 5 points N/A #149301

Is there a software that is able to convert VB to C?

qa-featured

Hi Kurt,

Using software conversion tools to convert one programming language to another is just supposed to help you in your project development process by making your work easier. However, it should not do the whole job for you. It is supposed to act as a guide in writing your code since the software conversion tool may not adhere to some intricate details such as code style. Here are a few links that may guide you in writing your project:

https://converter.telerik.com/

http://www.carlosag.net/Tools/CodeTranslator/

http://converter.atomproject.net/

Best Answer
Best Answer
Answered By 0 points N/A #149302

Is there a software that is able to convert VB to C?

qa-featured

Hello Kurt Andrew,

Converting a source code from a programing language to another is a goal that many people want to reach,

it is sometimes important to do so, BUT automating this conversion using a converter program is not a good way to go through because different languages have different data structures that you need to take care of when converting code from one programing language to another.

So try to convert the code manually to minimize errors as much as you can.

Regarding your question of a tool to automate the conversion process i recommend you to use BCX program.

For more info about it navigate to this link.

To download use this link.

Related Questions