Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ drawing a Tree

I googled for a Tree Visualization Framework or something like that in C++ . And i wondered that i didn't find anything like that. Are There any (good) Framework to draw a Tree (or other Data Structures) ? It should be in C++.

like image 449
n00ki3 Avatar asked May 08 '26 03:05

n00ki3


1 Answers

For simple tree, you can use standard tree control of your GUI environment (Win32 API, Gtk, Qt, whatever). If you need it to be cross-plaform, you can use wxWidgets or Qt.

If you are looking for something more generic, take a look at GraphViz.

like image 198
Milan Babuškov Avatar answered May 10 '26 19:05

Milan Babuškov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!