Page 1 of 1

devFlowcharter - flowchart builder and code generator.

Posted: Sun Nov 14, 2021 9:11 pm
by webfork
Posting this to discussion because I'm not sure I actually want to submit it for consideration to the database. Although this does appear to be portable (when launched via the devFlowCharter.bat file), it doesn't have much in the way of documentation. I had real difficulty getting anything to work.
devFlowcharter is a freeware application for Windows. It's straightforward, educational tool for use during structural programming classes.
In devF you create flowcharts using user friendly but powerful drawing engine, generate source code, compile with external compiler and finally execute. At the moment Pascal, C, TIBASIC, Java and Python are supported. Since language support in devF is in form of XML templates you can easily add support for other languages or even create your own.
Links
https://sourceforge.net/projects/devflowcharter/
https://github.com/albireo77/devflowcharter
https://www.softpedia.com/get/Programmi ... rter.shtml

Re: devFlowcharter - flowchart builder and code generator.

Posted: Wed Dec 15, 2021 6:42 am
by Albert90
Oh, this is super cool. I'm sending it to my younger cousin who's just started learning basic programming. Seeing C code being generated out of the flowcharts he makes is going to help so much.