Friday, July 31, 2009

Where can i find a software to make flowchart of c++. i need full version for free?

send me some link.or reg key of code visual to flowchart version four or5

Where can i find a software to make flowchart of c++. i need full version for free?
http://www.download.com/3120-20_4-0.html...
Reply:Trading keys is expressly against the community guidelines. Don't ask for one again. Report It

Reply:C++ is an Object Oriented (OO) language. Flowcharting is more for procedural languages. While OO languages do have procedual methods (the OO name for a function or subroutine), these methods should be kept small and thus don't need to be flowcharted. The most common graphical technique used for designing %26amp; analyzing an OO program is UML.





Note that the exact flow that an OO program follows (what a flowchart tries to describe) is often so complex that it would be easier to predict the weather. That is often one of the biggest powers and challenges of OO programming.





The main OO program I work on has thousands of objects each with many methods. If you add the foundation classes it is built on I would not be surprised if it has over a million entries in the link map. I doubt we would ever have been able to reach this level of complexity with a procedural language.


No comments:

Post a Comment