Hacker News new | ask | show | jobs
How To Develop GUI app With C++?
2 points by HusrevCelenk 1179 days ago
I`m trying to develop an GUI app but i don`t know which library is great
1 comments

Qt has been around since forever and is written in C++. Example code: https://doc.qt.io/qt-6/qtwidgets-tutorials-notepad-example.h...
Thank You For Feedback.