I'm going to learn develop apps in C++ for Windows with a GUI.
I searched the internet and found that WTL is a good choice. But the problem is there isn't any book for learning it! What do you suggest? (I'm only familiar with standard C++.) And something else what platforms does it support?
And another question is how do you design rich Graphical UIs by it? (like Office GUI) It seems very hard because you see the results only after running the app.