Get a book. Internet videos are lacking in quality and quantity of information. I would read your way through one of the C++ Primers, the C++ black book or some other well known title. You can start with Qt or the MFC or whatever your library of choice is, but if you want a solid foundation on the language you should definitely get a good book.
Getting started with graphics and GUIs can be pretty tricky as sadly there is no standard commands for draw pixels to the screen. I'd recommend looking into SFML or SDL.
Making them a fair bit better for making GUI's than the console.
Nothing is "better" at making GUI's than anything else. There are frameworks and libraries for making GUI's and there are frameworks and libraries that aren't. SDL and SFML are multimedia libraries. Libraries like Qt are for making Graphical User Interfaces.