Quote Originally Posted by neutrino View Post
Can anyone help me to link boost library with Qt.
I am a newbie, so please tell from scratch.
Basically i want to use the graph library in boost to create a GUI frontend for basic graph operations.
Hi there,

BOOST is absolutely independent from the framework you are using. For example, as you may already know, it can be used with VC++ or gcc. I found it's absolutely easy and straightforward to link it with them. Qt isn't different. I think using boost with Qt is even simpler in a way. If you can specify OS and IDE then I might be more helpful.

Regards,