I'm looking for a tutorial/guide on GUI programming in c++ for Mac OSX.
I've made a small library and would like to make a simple graphic interface for it, since I would like to port my code someday I would like to do the programming in c++.
I know about Qt, but would like to know how apples does it. As I understand it there are two frameworks for doing gui programming on macosx, Cocoa and Carbon, I have no preference, but would just like to play around with some buttons and other widgets.
if anyone knows of such a tutorial this would be nice.