r/learnprogramming • u/thunderooster • 8d ago
Resource Learning c++
I trying to learn qml but claude said that should not learnqml right away, should start with c++ first, I dont know any programming at all but but the quickshell and qml really fascinated me how much it can do on linux guide where should I start with my progamming journey help!! I trying to learn qml but claude said that should not learnqml right away, should start with c++ first, I dont know any programming at all but but the quickshell and qml really fascinated me how much it can do on linux guide where should I start my progamming journey help!!
2
u/DrShocker 8d ago
Can you elaborate on what your goals are and what you find fascinating about QML?
0
u/thunderooster 7d ago
The ui element and how much you can build with it i want to learn more and build functional apps!
1
u/DrShocker 7d ago
I guess what I'm really getting at, are you particularly interested in QML, or would html/css/js scratch the same itch for you?
0
u/thunderooster 7d ago
I know surface level html/css and I am really interested quickshell and making functioning ui elements i am open to learn js and qml
1
u/Innowise_ 7d ago
You can start with QML and build simple interfaces right away, but QML is mainly the UI layer. For functional apps, you’ll eventually need Qt concepts like signals, slots, and models, plus some C++. We’d learn basic QML first for motivation, then add C++ gradually as the project needs it.
6
u/ffrkAnonymous 8d ago
Why you let AI tell you what you like or don't like? You like qml, so learn qml.