Hi all,
this is just curious question on C++ and winapi.
I have heard that win32api is written in C and at the same time I have heard people saying that "light weight" applications can be written using API.
This boggles my mind on how C++ works with C-based API. Does it mean I have to sell OOP for procedural C or what :-O? Please help me get the concept :)