C source code tool 
Author Message
 C source code tool

I'm looking for a tool that will take C source code and generate a flow
chart diagram.  Anyone know if such a thing exists?

-Thanks,
Stephen



Tue, 11 Oct 2005 20:57:14 GMT  
 C source code tool


Quote:
> I'm looking for a tool that will take C source code and generate a flow
> chart diagram.  Anyone know if such a thing exists?

Yes!  And it's easily available.
It's called a pencil.

-- Bob Day



Tue, 11 Oct 2005 21:44:46 GMT  
 C source code tool


Quote:
> I'm looking for a tool that will take C source code and generate a flow
> chart diagram.  Anyone know if such a thing exists?

Your question is not a C question.
http://www.fatesoft.com/s2f/

--
C-FAQ: http://www.eskimo.com/~scs/C-faq/top.html
 "The C-FAQ Book" ISBN 0-201-84519-9
C.A.P. FAQ: ftp://cap.connx.com/pub/Chess%20Analysis%20Project%20FAQ.htm



Wed, 12 Oct 2005 03:51:57 GMT  
 C source code tool

Quote:
> I'm looking for a tool that will take C source code and generate a flow
> chart diagram.  Anyone know if such a thing exists?

I don't know about that. But there are documentation tools, which create
documentation from your code. Doxygen is one of such tools, it supports C.
Such tools can create HTML files from your code which make it possible to
browse through your code. Look at this site for Doxygen:

http://www.stack.nl/~dimitri/doxygen/

Also try Google to search for reverse engineering tools or code
documentation tools.

Regards,
Nathan



Wed, 12 Oct 2005 22:25:11 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Compile CS source code using ICodeCompiler

2. cs source code

3. ANNOUNCE NEW SOURCE CODE ENGINEERING TOOL FOR C,C++ and JAVA

4. HTLM tool for C source code

5. C source code tool wanted

6. ANN: TwinText 1.3 Released - Source Code Documentation Tool

7. Documentation tool for your source code!

8. Tool to print source code in color

9. Tool for source code decryption on compile time

10. - source code formatting-beautifying tool

11. Tool to reformat and document source code

12. Source Code Stats Tool

 

 
Powered by phpBB® Forum Software