Code Monkey home page Code Monkey logo

flowchart-converter's Introduction

Flowchart Converter

Flowchart Converter is a WinForms application that helps users create programs using simple flowcharts.

Depending on the programming language, this can be either easy or quite difficult for a beginning programmer. Many languages require to write lines upon lines of confusing code just to get it to display "Hello, world!".

However, using FlowchartConverter, users can use shapes to represent the different actions that users want their program to perform. So, programmers can concentrate on the algorithm rather than all the nuances and details of a typical programming language. FlowchartConverter can convert flowcharts to the most two popular languages (C++ and C#)

Prerequisites:

The application was built on .NET framework 4.5.2 and written using C# programming language.

Features:

  1. Interactively generate code:
    • The Source Code Viewer can convert your flowchart to two popular programming languages.
  2. Code compilation and execution.
  3. Language features:
    • Single dimensional arrays
    • Pre-test (while) and Post-test (do while) loops
    • For loops
    • Explicit variable declaration. Flowcharts generally use implicit declaration (given they are quite minimalistic).
  4. Utilities:
    • Flowcharts can be exported to JPG image.
    • Programs can be saved and loaded using XML.

Shapes:

  • Assignment
  • Declare
  • Do
  • For
  • If
  • If Else
  • Input
  • Output
  • While

Built With:

  • Open Diagram: Open Diagram is the definitive open source .net diagramming component library for the .Net framework winforms environment.

License:

This software is licensed under the Modified BSD License.

flowchart-converter's People

Contributors

mohllal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flowchart-converter's Issues

License ?

Hello, under what license is this project released under ? I would like to study it to learn from it. Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.