Code -> flow chart conversion software

  • Thread starter David Goldsmith
  • Start date
D

David Goldsmith

Is there software that will take C++ source and generate from it a
flow chart? Thanks!

DG
 
J

JKop

David Goldsmith posted:
Is there software that will take C++ source and generate from it a
flow chart? Thanks!

DG

C++ code that represents a program that generates a flow chart ->
Preprocessor -> Compiler -> Linker



-JKop
 
G

Gary Labowitz

JKop said:
David Goldsmith posted:


C++ code that represents a program that generates a flow chart ->
Preprocessor -> Compiler -> Linker

You might take a look a jGrasp, which has a CSD view that shows the
structure of a program. However, it is not strictly a flow chart, and they
have fallen into disuse. I haven't seen a generator in use since my old
COBOL days.
 
R

Richard Herring

[QUOTE="Ninwa said:
Is there software that will take C++ source and generate from it a
flow chart? Thanks!
Generally a flow chart comes before the code, no?
[/QUOTE]
I see you've never had to maintain someone else's code.
 
D

David Goldsmith

Exactly! (I'm starting a new job, wherein I have to learn someone
else's very complicated code, and no, they never flow charted it,
neither before, during, nor after development. My boss says he did
prepare an outline long ago before developing the FORTRAN code of
which the C++ I have to learn is a port, but he's long since lost
track of that outline. I'll take a look at jGrasp. Thanks!)

DG

Richard Herring said:
[QUOTE="Ninwa said:
Is there software that will take C++ source and generate from it a
flow chart? Thanks!
Generally a flow chart comes before the code, no?
I see you've never had to maintain someone else's code.[/QUOTE]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,172
Messages
2,570,933
Members
47,472
Latest member
blackwatermelon

Latest Threads

Top