Connecting Tech Pros Worldwide Help | Site Map

C code to flowchart convertor

ravi4udude
Guest
 
Posts: n/a
#1: Mar 14 '06
hi All,

If anyone have this software please share it with me.

Thanks in advance.

Vladimir S. Oka
Guest
 
Posts: n/a
#2: Mar 14 '06

re: C code to flowchart convertor


On Tuesday 14 March 2006 20:29, ravi4udude opined (in
<1142368153.454541.280660@i39g2000cwa.googlegroups .com>):
[color=blue]
> hi All,
>
> If anyone have this software please share it with me.
>
> Thanks in advance.[/color]

As off topic as this is here, the same question has been asked recently,
and someone was kind enough to point to the application in question.
Search the group using Google Groups...

--
BR, Vladimir

What is the robbing of a bank compared to the founding of a bank?
-- Bertold Brecht

Rod Pemberton
Guest
 
Posts: n/a
#3: Mar 14 '06

re: C code to flowchart convertor



"ravi4udude" <ravi.sharma.saggi@gmail.com> wrote in message
news:1142368153.454541.280660@i39g2000cwa.googlegr oups.com...[color=blue]
> hi All,
>
> If anyone have this software please share it with me.[/color]
?[color=blue]
> C code to flowchart convertor[/color]

Try CTool, Cxref, Ctags:

npath - C Source Complexity Measures
http://www.geonius.com/software/tools/npath.html

Check: A unit test framework for C
http://check.sourceforge.net/

CTool Library (call-graph generator, source transformations)
http://ctool.sourceforge.net/

Cproto automatically generates C function prototypes
http://cproto.sourceforge.net/

JSCPP - a C preprocessor + parser with special modes
http://www.die-schoens.de/prg/

CXREF C language cross referencing program
in volume1 of comp.sources.unix:
http://ftp.sunet.se/pub/usenet/ftp.u....sources.unix/

CSur Le projet Csur (in French)
An analyzer of code C to detect common program execution errors
http://www.lsv.ens-cachan.fr/~goubault/Csur/csur.html

Chico State Mini-C Compiler (CSMCC) is a student training load-and-go
compiler
http://www.ecst.csuchico.edu/~sameerg/compproj.html
http://www.ecst.csuchico.edu/~hilzer/csci250/proj/

Edward Willink's C++ grammars:
http://www.computing.surrey.ac.uk/research/dsrg/fog/
(some of the links have an extra text '/v' in them, just delete)

ISO C/C++ grammars version 1.2 (c-c++-grammars-1.2.tar.gz)
http://www.sigala.it/sandro/download.php

A C99 Parser, a recursive decent parser
http://www.mazumdar.demon.co.uk/c_parser.html

Ctags generates an index (or tag) file of language objects
http://ctags.sourceforge.net/

Cdecl English<->C translator for C declarations
cdecl in volume6 of comp.sources.unix:
cdecl2 in volume14 of comp.sources.unix:
http://ftp.sunet.se/pub/usenet/ftp.u....sources.unix/


Rod Pemberton
PS. Could someone FAQ or Wiki this?



None
Guest
 
Posts: n/a
#4: Mar 26 '06

re: C code to flowchart convertor


Pls try Crystal FLOW for C, Crystal REVS for C at www.sgvsarc.com.
There are free trial versions too.

Thx
Vedanarayanan

Rod Pemberton wrote:
[color=blue]
> "ravi4udude" <ravi.sharma.saggi@gmail.com> wrote in message
> news:1142368153.454541.280660@i39g2000cwa.googlegr oups.com...[color=green]
> > hi All,
> >
> > If anyone have this software please share it with me.[/color]
> ?[color=green]
> > C code to flowchart convertor[/color]
>
> Try CTool, Cxref, Ctags:
>
> npath - C Source Complexity Measures
> http://www.geonius.com/software/tools/npath.html
>
> Check: A unit test framework for C
> http://check.sourceforge.net/
>
> CTool Library (call-graph generator, source transformations)
> http://ctool.sourceforge.net/
>
> Cproto automatically generates C function prototypes
> http://cproto.sourceforge.net/
>
> JSCPP - a C preprocessor + parser with special modes
> http://www.die-schoens.de/prg/
>
> CXREF C language cross referencing program
> in volume1 of comp.sources.unix:
> http://ftp.sunet.se/pub/usenet/ftp.u....sources.unix/
>
> CSur Le projet Csur (in French)
> An analyzer of code C to detect common program execution errors
> http://www.lsv.ens-cachan.fr/~goubault/Csur/csur.html
>
> Chico State Mini-C Compiler (CSMCC) is a student training load-and-go
> compiler
> http://www.ecst.csuchico.edu/~sameerg/compproj.html
> http://www.ecst.csuchico.edu/~hilzer/csci250/proj/
>
> Edward Willink's C++ grammars:
> http://www.computing.surrey.ac.uk/research/dsrg/fog/
> (some of the links have an extra text '/v' in them, just delete)
>
> ISO C/C++ grammars version 1.2 (c-c++-grammars-1.2.tar.gz)
> http://www.sigala.it/sandro/download.php
>
> A C99 Parser, a recursive decent parser
> http://www.mazumdar.demon.co.uk/c_parser.html
>
> Ctags generates an index (or tag) file of language objects
> http://ctags.sourceforge.net/
>
> Cdecl English<->C translator for C declarations
> cdecl in volume6 of comp.sources.unix:
> cdecl2 in volume14 of comp.sources.unix:
> http://ftp.sunet.se/pub/usenet/ftp.u....sources.unix/
>
>
> Rod Pemberton
> PS. Could someone FAQ or Wiki this?[/color]

santosh
Guest
 
Posts: n/a
#5: Mar 26 '06

re: C code to flowchart convertor


None wrote:[color=blue]
> Pls try Crystal FLOW for C, Crystal REVS for C at www.sgvsarc.com.
> There are free trial versions too.[/color]

Please don't top post your replies. See the following links:

<http://cfaj.freeshell.org/google/>
<http://clc-wiki.net/wiki/Introduction_to_comp.lang.c>
<http://www.safalra.com/special/googlegroupsreply/>

Closed Thread