We knew Microsoft Office has Mac edition.
Just curious, who knows which compiler is used to produce Microsoft Office for Mac?
When I looked at the Windows SDK header "Windows.h", I find following code snippet:
#ifndef _MAC
#if defined(_68K_) || defined(_MPPC_)
#define _MAC
#endif
#endif
Does Microsoft have a private C++ compiler for Mac? If so, I guess the compiler must support COM (Component Object Model), whereas gcc does not. ('Support' means can product COM-compliant C++ object)
Microsoft does not have a private compiler for OS X. xcode uses gcc, llvm, or both.
This means, depending on the version of Xcode used, Microsoft Office for Mac builds with either gcc or clang. Note that this does not necessarily imply that Microsoft uses the Xcode IDE.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With