every time I see this dialog box it feels like I am being asked to confirm that my referendum on Apple's product line is still accurate, and every time I say "yup"
@glyph
Mac OS has the gcc compiler collection which you can access from the CLI (you need to install it through Homebrew IIRC). Much more streamlined than XCode, which seems to produce a metric fuck-ton of bloat with every C/C++ file you create. OTOH if you use gcc, the only "bloat" you get is just the code files, object files, and the final executable. Also, for complex and ongoing projects, you can automate gcc with GNU Make. Mac OS also has clang/LLVM, if you prefer a more modular compiler.
