Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Boost have a GUI library?

I want to work with the Boost library and I was wondering what GUI can I use with it? Is there any GUI library for Boost? And how can I integrate both GUI and Boost to each other?

Thanks your help.

like image 711
cmuse Avatar asked Mar 01 '11 21:03

cmuse


2 Answers

No, Boost has no GUI library. If you need a multiplatform C++ GUI library, then take a look at e.g. Qt. There is nothing much to 'integrate' between Boost and a GUI library, though.

like image 90
Cat Plus Plus Avatar answered Sep 22 '22 07:09

Cat Plus Plus


No, Boost has no GUI library.

There has been some long discussions on what one should include, but as usual there was no agreement. This is a hard issue!

like image 26
Bo Persson Avatar answered Sep 24 '22 07:09

Bo Persson