Download presentation
Presentation is loading. Please wait.
Published byJessica Lewis Modified over 9 years ago
1
EZYFLO
2
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.
3
Specifications of EZYFLO Language Used : C++ Platform : DOS Input Device : Mouse, Keyboard Output Device : Monitor, Printer
4
Importance of Flowchart Shows the flow of the problem Makes it easy to understand the problem Shows graphical description of the problem
5
EZYFLO & Others Size Platform Purpose
6
Files Needed for EZYFLO Mouse.com Graphics.com Character Files Ezyflo.exe EGAVGA.BGI
7
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.
8
Pixel by Pixel Method 00000000000000000000000000 00000000001111110000000000 00000000111111111100000000 00000011111111111111000000 00001111111111111111110000 00000011111111111111000000 00000000111111111100000000 00000000001111110000000000 00000000000000000000000000
9
EZYFLO Method X Position : 55 Y Position : 24 Type : Circle String : Start Font : Arial Size : 40 Start
10
Structure Used for a Symbol struct symbol { int x; int y; int xe; int ye; int type; char *str; int font; int size; };
11
Interface between u & EZYFLO Mouse Keyboard
12
Output from EZYFLO Monitor Printer
13
EZYFLO Demo
14
Advantages of EZYFLO Size Dos Platform Software Size
15
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.
16
Thank U
17
Questions…..
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.