Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
This page is dedicated to answer the question if Qt Creator mixes well with the STL and Boost libraries.
The conclusion is that they mix perfectly using the following operating systems:
Qt Creator mixes well with STL and Boost under Ubuntu.
No problems: download Boost and follow the instructions. Everything will work as expected
Qt Creator mixes well with STL and Boost under Microsoft Windows XP with Service Pack 3 installed.
No problem: copy the header files into the QT include folder.
If, in a QT4 GUI application, you use an assert statement that fails, the application terminates and requests to send an error report to Microsoft. In this error report, the failed assertion is hard to find. When using Q_ASSERT (and #include <qglobal.h>) the same occurs.
Qt Creator mixes well with STL and Boost under Xubuntu.
No problems: download the STL and Boost with 'Synaptic' or another application installation manager.
The assert statement that failed is written to the application output window.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.