I am writing a C/C++ program that I need to compile, however I cannot use GNU or anything related to it. I heard the best compiler is Clang, but I also heard that even Clang uses GCC packages. I use MacOS. How do I compile my files without any relation whatsoever to GNU, GCC and all the related stuff? C and C++ are the fundamentals of programming, there must me another compiler. Thanks.
↧