what programs can translate flow charts to computer code?
anonymous
1970-01-01 00:00:00 UTC
what programs can translate flow charts to computer code?
Three answers:
anonymous
2016-05-24 02:05:20 UTC
I'm just going to comment that whoever wrote these questions doesn't know much about computer science - unless the questions were MEANT to be of the type "one way to prevent d=the danger of electrical shock is a) a large life insurance policy". Many of the answers are "none of the above are even close enough to be wrong".
Visio Enterprise will create UML models that can then be imported into Visual Studio 2005 to auto generate code. You will still need to do interface design etc, but a lot of the basic class design etc can be done for you. In general it creates all the stub code you then flesh out the logic for procedures etc.
Microsoft now also have Windows Workflow Foundation. Essentially the workflows are very much like flowcharts that you create in a WYSIWYG builder. Adds messaging, long running process, transaction handling etc.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.