In your opinion, what is the best way to create gui in Windows ? with gtk or win32 api ?
Do you recommend GTK for windows ? Yes ? NO ? Why ?
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.
Let’s see.
Java is great for very platform-independent code that “just runs”.Sorry, you said C++.Personally, if I do something Windows-specific, I use .NET – the tools in Visual Studio are very powerful, and it’s a great all-encompassing suite.
For platform-independent stuff, I use Java, but that may not be your tool of choice. I’ve seen QT used a lot for that purpose.