Results 1 to 4 of 4

Thread: how to create flow chart?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    how to create flow chart?

    When I create programs, I usually just start coding, but this usually ends up making my code a bit disorganized and hard to maintain. Perhaps creating flow chart would solve those problems. Do any of you guys know a good website that explain how to create flow charts? Thanks.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: how to create flow chart?

    If you haven't designed your program, the flow chart will be as disorganized as the program is now.

    Program design isn't flowcharting, it's sitting down with a pad and pencil and thinking out what you need, then thinking out how you're going to accomplish it. (Or use Notepad, so you can move things around easier.)

    At that point you could create a pretty useful flow chart, but creating a program directly from what you have on the pad (or the text file) should result in a pretty neat program.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    Re: how to create flow chart?

    thanks for info.

  4. #4
    New Member
    Join Date
    Oct 2006
    Posts
    8

    Re: how to create flow chart?

    you should look fot this in any search engine.
    parabeans flowchart is a good software .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width