Question:
How can I build a GUI with c++?
anonymous
2011-08-15 05:51:08 UTC
Up to now I have been using c++ alot but the output would be in a dos window. The input is also through the dos window (using cin,cout).

How can I start to make my program into an actual window with buttons and stuff?
I want an easy and simple way, nothing too complicated.
I used a library called FLTK but it was way too complex and not that same?
Three answers:
anonymous
2011-08-15 06:36:28 UTC
It depends which platform you are making it for. If you are making for Windows, you should download MS Visual C++ .NET Express (not for bussiness purposes) . If you are making it for DOS, Turbo C++ or GCC would be what you need. I have little experience with Linux though. If you are making something for bussines, something you will get payed for, you should get a C++ graphics library.
anonymous
2011-08-15 13:30:02 UTC
GTK and QT are the main options, however QT requires payment if your program is not open source.
zornado
2011-08-15 13:03:00 UTC
there is another library called qt it does great jops but I have not used it.





http://www.youtube.com/watch?v=QLT7oEt6gLE


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...