What tool (language) should I choose to Develop a GUI if I am familiar with c/c++ and concepts of oops such that it enhances my c/c++ skills more rather than learning a new language.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I like WxWidgets a lot. It works well on Linux, Windows and Macs. I’ve used it for several small applications. Also, if you don’t care about native look and feel, you may like FLTK too. I’ve had good results with both of those in C++.