Books on learning wxWidgets and understanding terminology?
-
If I do some C++ programming and I get to the point where I wish to make some graphical programs, I'm kind of leaning in the direction of using wxWidgets. Was wondering though if there are some books out there that explain things. I hate to look at code and not know what this word means or this symbol. For example if I see that something reads: wxFrame* window = new wxFrame(NULL, -1) I can't stand not knowing what each part of that means. So my question is are there any books that do a good job of explaining things like that which I will undoubtedly run into? I do recognize some of that since I've done some Java which always uses classes so.
-
If I do some C++ programming and I get to the point where I wish to make some graphical programs, I'm kind of leaning in the direction of using wxWidgets. Was wondering though if there are some books out there that explain things. I hate to look at code and not know what this word means or this symbol. For example if I see that something reads: wxFrame* window = new wxFrame(NULL, -1) I can't stand not knowing what each part of that means. So my question is are there any books that do a good job of explaining things like that which I will undoubtedly run into? I do recognize some of that since I've done some Java which always uses classes so.
This will help you to get started, wxWidgets tutorial[^] and for the quick help on things you may post the question here wxWidgets Discussion Forum - Index page[^] This is an active forum like CodeProject but especially for wxwidgets and if you have any doubts regarding wxWidgets you can post your question there and you may get a response quickly. I tried.