Hi, I'm currently reading a book about creating Windows based applications using API with C++.

And since it's API, it's mainly C, and less C++.
I'd like to build my applications using OOP, but without using MFC.

Where do I start?
Can you give me examples of basic classes used for Windows programming?


Thanks.