The Computer Oracle

Please recommend a tool to draw structs / classes and pointers

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Digital Sunset Looping

--

Chapters
00:00 Please Recommend A Tool To Draw Structs / Classes And Pointers
00:47 Answer 1 Score 9
01:01 Answer 2 Score 7
01:34 Answer 3 Score 3
01:51 Answer 4 Score 2
02:34 Answer 5 Score 0
02:48 Thank you

--

Full question
https://superuser.com/questions/302740/p...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#softwarerec #drawing

#avk47



ANSWER 1

Score 9


its a webapp.. but i tend to use ASCIIflow. dead simple and you can paste it anywhere

            +---------------------------+            +--------------------------+
            |Answer question            |            | ????                     |
            |---------------------------|            |--------------------------|
            | eat pizza                 |            | ????                     |
            |                           |+---------->|                          |
            |                           |            |                          |
            |                           |            |                          |
            |                           |            |                          |
            |                           |            |                          |
            |                           |            |                          |
            +---------------------------+            +---------+----------------+
                                                               |
                   +-------------------------+                 |
                   | PROFIT!                 |                 |
                   |-------------------------|                 |
                   |                         |                 |
                   |                         |-----------------+
                   |                         |
                   |                         |
                   |                         |
                   |                         |
                   +-------------------------+



ANSWER 2

Score 7


A popular choice for this is Dia. Not only is it free and open-source, it's cross-platform, supports UML diagrams (click me for some examples), and has a variety of additional libraries and shapes that you can find for free. You can also export your drawings in a variety of formats - even lossless and vector.

You can get Dia here for Windows, or here for Linux




ANSWER 3

Score 3


What you need is a UML tool. Some are incorporated into your IDEs .
Check this Wikipedia entry for a list of available tools.




ANSWER 4

Score 2


You can try the yEd, which can also be started from a browser:

yEd is a powerful diagram editor that can be used to quickly and effectively generate high-quality drawings of diagrams.

Create your diagrams manually or import your external data for analysis and auto-magically arrange even large data sets by just pressing a button.

yEd is freely available and runs on all major platforms: Windows, Unix/Linux, and Mac OS.




ANSWER 5

Score 0


You might also take a look at Visual Paradigm (Windows only). There is a free community edition available.