[Solved] C++ programs on Mac OS
A default macOS installation will include something that pretends to be gcc but that’s just a legacy concern so that portable programs will properly detect a compiler when you do a source install with the usual ./configure && make && make install or use a package manager like Homebrew. Xcode used to use gcc as … Read more