Tagged Questions
The flowcharts tag has no wiki summary.
51
votes
20answers
73k views
Best free flowchart software? [closed]
I need to map out a complex algorithm with lots of conditional options. Need an easy to use flowchart software, preferably free since I need it for just a one time use. Would prefer something ...
8
votes
8answers
14k views
Good freeware for flowcharts on Windows?
I have to present some 'process' or 'flow' of the application at work on friday. I was hoping to prepare a flow chart before I begin the hands on demo.
Any suggestions for freeware sw to make ...
7
votes
3answers
541 views
What's the name for this type of flowchart?
Take a look at this; it's very obvious how it works and what its purpose is:
What's this type of chart called?
Can I make this kind of chart in Visio?
What software do you recommend for making ...
5
votes
10answers
1k views
What do you use to create flowcharts?
I'm curious what tools people have found useful for building flowcharts. Obviously MS Visio and OmniGraffle come to mind but they both feel so bloated and also tend to emphasize the document ...
3
votes
1answer
2k views
Javascript Canvas Flowcharting Project?
I am looking for a Javascript project which makes use of canvas to allow the creation of diagrams/flowcharts in the browser.
Are there any active projects like that alive?
3
votes
6answers
267 views
Which tool do I use if I want to map a programming framework visually and see the relationship between all entities?
I find myself to be a visual person and sometimes it's easier to learn something if I can draw diagram/pictures out of it. My question is which tool do I use if I want to map a programming framework ...
2
votes
2answers
341 views
language to create flowcharts
This seems like something which must have been answered before, but I can't find anything appropriate in the question archives. Basically, I'm looking for a little Domain Specific Language to create ...
2
votes
7answers
3k views
flow chart diagrams : tools / best practices
Are there any free online tools out there to make visio kind of diagrams. I would like to practice my flowchart skills. Are there any good sites or books or articles out there that discuss best ...
1
vote
0answers
161 views
Creating Straight Edges in Graphviz
I want to create a flowchart (similar to Visio) using Graphviz. Here is a sample digraph.
digraph start_up {
node [style = rounded];
node [shape = rect] start end;
node [style = ""];
node [shape = ...
1
vote
1answer
124 views
help me with flowchart?
i have this @ flowchart
I = 5
K = 3
Q = int (I/K)
R = I-Q ^R
Y = int (Rnd*2)
hlp me to find each variable value !!
thxxxx
1
vote
2answers
877 views
Is there a way to automatically generate the data flow diagrams and flowcharts?
I am recently working on some long and obscure codes written by some other smart guys.
I'm thinking of generating the Data Flow Diagrams and the Flowcharts to facilitate my work. Is there any kinds ...
1
vote
6answers
254 views
Does any one know of a free/open source multi-platform program to create flow charts?
Does any one know of a free/open source multi-platform program to create flow charts? It should run on at least Windows, Linux, and Mac OS/X.
1
vote
3answers
196 views
Showing off your modules and processes (graphically)
One of our programmers came today with an interesting question: How can we show graphically of system ruining with a flow chart or something like that.
The solution we are looking for has to be ...
0
votes
0answers
134 views
Need to create flowchart from Classic ASP code?
Need to create flowchart from Classic ASP code ? I have a App based on Classic ASP. I will further need to convert the app into .net ... Any tips...?!
can i use sparx 7.5 for this ? does it really ...
0
votes
2answers
743 views
Internal format of Visual Studio .ncb files
I have decided that I really need to get some flowcharts for reverse engineering some code I have inherited. I do not have the Team edition of VS so I cannot use Team's built-in capabilities with ...
0
votes
3answers
1k views
flowchart: best practices
Could some one point to articles / books on how to create good flow chart diagrams?