Question:

How to make flowcharts in C++?

by  |  earlier

0 LIKES UnLike

pla suggest me a site, where from I can learn how to make flowcharts for C++ programs and also write their algorithms

 Tags:

   Report

3 ANSWERS


  1. Flow charts and algorithms are language-independent. Like pseudo-code, flow charts and algorithms represent the architecture or design sketches for systems to be built. They are useful for discussion and planning, and later, after decisions have been made --  including what language to use -- for implementation of the system.

    Having said that, it is true that algorithms can be represented and studied in the context of a language. "Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching" by Robert Sedgewick is a well-regarded work on algorithms.

    Also see

    http://en.wikipedia.org/wiki/Flowchart

    http://en.wikipedia.org/wiki/Algorithm


  2. Try this

    http://office.microsoft.com/en-us/word/H...


  3. You should ask http://geekpolice.net

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions