EZYFLO
Aim of EZYFLO To draw simple flowcharts To reduce the memory size of the flowchart To create a software which runs in DOS environment also.
Specifications of EZYFLO Language Used : C++ Platform : DOS Input Device : Mouse, Keyboard Output Device : Monitor, Printer
Importance of Flowchart Shows the flow of the problem Makes it easy to understand the problem Shows graphical description of the problem
EZYFLO & Others Size Platform Purpose
Files Needed for EZYFLO Mouse.com Graphics.com Character Files Ezyflo.exe EGAVGA.BGI
A Flowchart It is a combination of various symbols like oval, circle, rectangle, line,etc. A symbol can be represented in two ways. 1. By “pixel by pixel” method. 2. By EZYFLO method.
Pixel by Pixel Method
EZYFLO Method X Position : 55 Y Position : 24 Type : Circle String : Start Font : Arial Size : 40 Start
Structure Used for a Symbol struct symbol { int x; int y; int xe; int ye; int type; char *str; int font; int size; };
Interface between u & EZYFLO Mouse Keyboard
Output from EZYFLO Monitor Printer
EZYFLO Demo
Advantages of EZYFLO Size Dos Platform Software Size
Future EZYFLO It will get algorithm as it’s input and gives a flowchart & a simple c program as it’s output. It will be more user friendly. It can have multiple lines in every symbol. It will have facility to add the user defined symbols.
Thank U
Questions…..