|
|
|
|
|
by kek918
3726 days ago
|
|
I've made a couple GUI applications at work. They're quite simple, it's just a pretty wrapper to my otherwise boring terminal scripts because they need extra parameters. For this I've used Qt framework for C++ and it is absolutely fantastic. I love the framework, QtEditor IDE, syntax, everything about it. I dropped my other IDEs (CodeBlocks and Visual Studio) and continued to use their IDE when writing pure C/C++ as well. I've never touched the Qt framework before, but after watching a series on Youtube[1] and coding along I got the hang of it. It's very intuitive, easy to learn, yet extremely powerful. [1]: "C++ Qt Programming" by VoidRealms - https://www.youtube.com/playlist?list=PL2D1942A4688E9D63 |
|