I am learning about object oriented programming with c++ and I was wondering how you guys write your windows gui programs. Do you create classes that encapsulate the windows api or do you write the windows code in C programming style? Anybody willing to share any code?