I’m new GUI and programming as whole and so far I have a general understanding of c and have spent quite some time writing console applications.
I’m trying to learn GUI but have so far been unsuccessful. I’ve tried learning wxwidgets (through official documentation), gtk (through official documentation) and win32 (forgers win32 tutorial) but still haven’t quite gotten there.
I still really want to but can’t seem to find any good material. What would you recommend as start for a beginner?
If you are strictly limited to C, you have only a few choices. GTK+ is probably the easiest for a beginner.
An object oriented language like C++ is far more suited to GUI programming. If you like to use C++, I strongly recommend Qt, mainly because of its very good documentation, with very good tutorials especially for beginners.