Thread: producing c/c++ code from flowcharts,pseudo code , algorithims

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    6

    Question producing c/c++ code from flowcharts,pseudo code , algorithims

    hello frnds

    is there any way or any software available to produce c/c++ code from the flowcharts or, pseudocodes or ,algorithims

    can any one provide the links or any information

    prethanks to helper

  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    No, there is no way.

    That is what programmers are for.

  3. #3
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Well, that's not entirely true. There are applications that produce C or C++ code from "flowchart drawings". It doesn't mean that you can feed in a JPG of a hand-drawn flow-chart and get a fully functional C program from it, but using the software packages that belong to the product, you can draw some sort of flow-chart or similar, then "compile" the flowchart into C or C++, which is then compiled into machine code to run on the system.

    One such "language" that I have some remote experience with is [1]:
    http://en.wikipedia.org/wiki/Specifi...esign_Language

    [1] Main experience is that a colleague of mine had to debug a compiler bug that was caused inside a 90000 line function that the tool generated. Most of that was big switch-statements and complex structs with machine generated names. I didn't envy my colleague at this time....

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  4. #4
    Jack of many languages Dino's Avatar
    Join Date
    Nov 2007
    Location
    Chappell Hill, Texas
    Posts
    2,332
    I believe that's what UML does or is trying to do.
    Mainframe assembler programmer by trade. C coder when I can.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. << !! Posting Code? Read this First !! >>
    By kermi3 in forum C Programming
    Replies: 0
    Last Post: 10-03-2002, 03:04 PM
  2. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  3. << !! Posting Code? Read this First !! >>
    By biosx in forum C++ Programming
    Replies: 1
    Last Post: 03-20-2002, 12:51 PM
  4. Replies: 0
    Last Post: 02-21-2002, 06:05 PM
  5. Replies: 4
    Last Post: 01-16-2002, 12:04 AM