I Have a question about c++ and graphical user interface.
I'm working for a company and I've implemented a c++ code contaning 6-7 different .cpp file. They all contains only basic c++ stuff (pointers,vectors strings etc.)(It does not required any database access or something like that, I only read a file and make some analysis on it). Finally I almost come to end of my project but today my boss said to me that I need to create a simple GUI for my project which I never did before by c++.Therefore, through a couple hours, I've search on the web and I decided to use qt for creating required GUI. Now here is my question, to do that Do I have to write my all codes from the beginning or could I integrate my code into QT ?