|
|
 | | From: | Christian Schulze | | Subject: | Tutorials for wxWidgets? | | Date: | Sat, 22 Jan 2005 15:40:42 +0100 |
|
|
 | Hi,
I want to start to programm multi-platform applications and I decided to use wxWidgets/wxWindows.
I was searching for some tutorials to learn how to use wxWidget. I found this ( http://users.skynet.be/saw/wxWindows.htm ) and this ( http://www.bzzt.net/~wxwidgets/icpp_wx1.html ) tutorial but both are old and uncomplete (some chapters miss).
Are there any other good tutorials on the web? Perhaps in German? (Okay, English would do it too ;-) )
Thx for your answers
Christian
|
|
 | | From: | Peter Strempel | | Subject: | Re: Tutorials for wxWidgets? | | Date: | Sat, 22 Jan 2005 17:31:23 +0100 |
|
|
 | I find the samples extremely helpful. This isn't exactly a tutorial, but when I need to figure how a certain feature is implemented in wxWidgets, I look at the appropriate sample to see how it's done there. The samples have a lot of comments explaining the code. Start with the minimal sample, then work your way upwards looking at the things that are interesting for your planned application.
The topic overviews included in the wx API doc is also a quite good read, it contains some basic introduction to various issues, worth to be read before you proceed to the actual API docs.
Admittedly, this isn't exactly answering your question, though hopefully a provides pointer to get up and running with wx. I personally found the initial learning curve of wx a bit steeper than say for Qt, but once you "get it", wx is quite a pleasure to program with.
Peter
|
|
 | | From: | noone at nowhere.com | | Subject: | Re: Tutorials for wxWidgets? | | Date: | Sat, 22 Jan 2005 17:16:14 +0100 |
|
|
 | Christian Schulze a écrit : > Hi, > > I want to start to programm multi-platform applications and I decided to > use wxWidgets/wxWindows. > > I was searching for some tutorials to learn how to use wxWidget. I found > this ( http://users.skynet.be/saw/wxWindows.htm ) and this ( > http://www.bzzt.net/~wxwidgets/icpp_wx1.html ) tutorial but both are old > and uncomplete (some chapters miss). > > Are there any other good tutorials on the web? Perhaps in German? (Okay, > English would do it too ;-) ) > > Thx for your answers > > Christian
http://wxguide.sourceforge.net/
http://www.wxwidgets.org/ > Download > Documentation > Download > Unix Linux GTK > wxSamples
Regards
|
|
|