Dear all,

I am still new to Qt, now I have a silly question to ask everybody.

I'm currently coding using mainly Boost library, however, I want to add a GUI interface for my program in the near future. I'm using data structures such as Boost.Circular Buffer, STL vector, and etc...

My questions are:
Can I compile plain C++ codes mixed with Qt codes, using e.g. GCC? In other words, can I mix these codes together? What steps should I take when writing such a program?

Your advice will be highly appreciated. Thanks in advance for helping a newbie like me!