0
votes
0answers
15 views
Free Code-to-Flowchart/UML tool for C# code
I'm looking for a free tool similar to Visustin. Are there any like that that exist?
1
vote
1answer
42 views
language to create flowcharts
Hi,
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 Spec …
0
votes
3answers
41 views
Generate dynamic flow-chart
Hi,
We are looking for some code/component that can create a flow-chart (image) dynamically, preferably in .NET/C# (although a Silverlight/Flash-component that takes a XML/JSON-fe …
3
votes
5answers
118 views
Best Flowchart Software (Online or Offline, Preferrably free)?
I would like to hear from some of you veteran programmers out there about your preference for flowchart software, so if you wouldn't mind saying what you use for your programs, and …
0
votes
1answer
53 views
Best application for process flow with expandable attributes
I am looking for the best software application to do the following
I have a set of use cases that are in relationship to each other. I want to show an overview of this relationshi …
0
votes
2answers
146 views
What’s the C++ HTTP server design or flowchart?
I am having a hard time figuring out how to implement a C++ server. The flowchart that I'm using is:
receive request
look up file
send file
close connection
This flowchart is g …
0
votes
0answers
81 views
NetBeans Plugin for flowchart
Hi all,
I am using netbeans 6.5. Is there any plugin available creating flowchart from the netbeans project? I am using jdk 1.6. I need to create simple flow chart of each and eve …
1
vote
2answers
35 views
Is there a tool for .Net that creates a programme / dependency flow chart from IL / source?
I am trying to see how a bunch of .Net functions are used throughout a very large project and I would like to visually chart them so I can see the flow from / to each function.
Th …
0
votes
3answers
223 views
What or where is this basic pseudocode flowcharting program?
I'm looking for a specific program I've seen 2-3 people use in college that automatically generated flow charts from pseudocode. I've looked at every link I could find in the 20+ f …
1
vote
2answers
75 views
Are there any conventions for flowcharting that distinguish a switch from a if-else chain?
I had to do a overview for a customer meeting, and they requested flow charts. It had never occurred to me that there was no switch symbol in any of the flow charting I've seen. …
1
vote
0answers
59 views
Looking for a customizable “flowchart builder “ builder
I need to create a customized graphical flowchart builder. There are only three classes of connectable components, and two kinds of connectors from which the flowchart is construct …
0
votes
1answer
136 views
Flow Chart to model inspection process in .NET winform application
We're writing a .NET winform application and I'm looking for options on one of the features. The end user for this system will be defining inspection processes which need to be ea …
7
votes
15answers
425 views
How much planning do you do before starting to code?
When you're starting a new project, how do you plan for it or how long does it take?
Pseudocode?
Flowcharts?
Do you try to think of all the classes in advance?
TBH, i never plan …
1
vote
2answers
85 views
Tools or programming libraries to visualize custom logic
I am looking for tools to aid in the visualization of custom business logic used to perform document generation. The logic is expressed as an object-oriented model consisting of a …
1
vote
4answers
484 views
algorithm for calculating the sum of value in the Array and Big O Notation
How to find an algorithm for calculating the sum value in the array??
Is is Something like this?
Algorithm Array Sum
Input: nonnegative integer N, and array A[1],A[2],...,A[N]
Ou …
