Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

is it possible to write text as in a graphic UI in c++?

+5 votes
asked Feb 24 by Sw3aty1 Cristi (170 points)

1 Answer

+1 vote
answered Feb 26 by Peter Minarik (86,240 points)
Sure, various libraries help you with that, such as QT. Check out this site: https://wiki.qt.io/Qt_for_Beginners

Note: in OnlineGDB the server only forwards the standard output, so a QT application will only work on your local machine and not in OnlineGDB.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...