I'd like to know what do I need to add a GUI to a C++ program. I mean having some buttons, sliders, windows, text boxes, etc but without having to use visual studio.
Is this possible? is there a plugin for eclipse that allows to program/include a GUI in my program?
Or do anybody know how can I program manually a window or a button or a slider or a text box?
I know that this would be very intensive and time consuming but I'd like to know how can I do manually this kind of GUI objects.