views:

674

answers:

3

I'm looking for a specific program I've seen 2-3 people use in college that automatically generated flow charts from pseudocode. I've looked at every link I could find in the 20+ flowcharting threads here on S.O. I did not see the one I am looking for, I've googled and no luck. A fairly simple, flow chart would actually be generated by the if-then-else, while, for loop coding you typed on the left hand side. and a mostly vertical flow chart would be on the right hand side.

I thought the coding was somewhat closely resembled to basic or C.

Anyone know what tool it is?

A: 

Sounds like Visustin flow chart generator. Although it looks very pricey for what it does, and you could probably find an open source alternative that does a similar job.

Jamie Lewis
A: 

This piece of software, "Code Visual to Flowchart" says its can convert many different types of code into flowcharts in real-time. It does not say anything about pseudocode, but it list many kind of languages which it can interpret, maybe you can use one of these instead? It certainly sounds neat to be able to create flowcharts out of easy written code.

Code Visual to Flowchart by Fatesoft

Håkon
A: 

Free, psuedocode, great tool for flowcharting:

SFC - A Structured Flow Chart Editor

This is what I was looking for, finally found it.

Maslow