0
Desktop Output? (C++)
So I know how to output to the console. But I want to know how I can make a program that Outputs "Hello World" to the desktop. Like, it's own window. If you want to, I know you can't actually run it, but you can type the code with comments and send it.
3 ответов
+ 4
QT5 is one of IDE that compile C++ GUI codes
+ 3
Use C++ in Qt5.
https://www.qt.io/download-qt-installer?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce%7C6cb0de4f-9bb5-4778-ab02-bfb62735f3e5
You can create window GUI easily
http://doc.qt.io/qt-5/qtwidgets-tutorials-notepad-example.html
0
What is qt5? Calviղ