Открыть меню
683
286
3
15 тыс.
Wiki - Факультет компьютерных наук
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

Setting up cpp on macos

Материал из Wiki - Факультет компьютерных наук
  1. Install Xcode from the App Store
  2. Launch Xcode
  3. You will be asked to read the license agreement and enter your administrator password for your computer

  1. Wait for Xcode to install the required components

  1. After installation you will be greeted with the Xcode welcome window

You have now installed the developer tools and you can now start developing C++ applications.

You can manually compile programs from the command line using clang++ instead of gcc.

At this point you can either:

  1. Create a C++ project in Xcode
  2. Install CLion