Hello!
I'm working on Linux client for some project. So far we don't think about porting it on Mac OS X, but we will do it in future. That's why I want to make my code as portable as it's possible.
1. As I know Mac OS X use GCC compilers, does g++ >= 4.4 works stable on OS X? (I use C++ language with C++0x extensions)
2. What's the default IPC mechanism on OS X? I it DBus?
3. What about virtual wile systems? On Linux I use FUSE, does OS X offer it's own implementation for such functionality or I must use FUSE port for OS X?
I'm working on Linux client for some project. So far we don't think about porting it on Mac OS X, but we will do it in future. That's why I want to make my code as portable as it's possible.
1. As I know Mac OS X use GCC compilers, does g++ >= 4.4 works stable on OS X? (I use C++ language with C++0x extensions)
2. What's the default IPC mechanism on OS X? I it DBus?
3. What about virtual wile systems? On Linux I use FUSE, does OS X offer it's own implementation for such functionality or I must use FUSE port for OS X?