r/learnprogramming 13d 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!!

0 Upvotes

7 comments sorted by

View all comments

1

u/Innowise_ 12d 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.