Documentation
204252 (C++)
👾

Tested on macOS Sonoma 14.0

 

C++ Logo

C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes".

C Compiler is already included in LLVM Xcode toolchain on macOS. You can check it by typing clang --version in Terminal

sh
clang --version