Hi SO-followers,
does sombebody know a C++ library for accessing different operating system APIs? I'm thinking about a wrapper to access OS specific functions.
Something like:
osAPI.MessageBox(); // calls MessageBox() in Win32, equivalent in Mac OS Linux etc...
Since I think it's hard to realize this for different OSes for now it would be also ok to have a nice C++ wrapper class for WinAPI.