Setting up cpp on macos — различия между версиями
Материал из Wiki - Факультет компьютерных наук
Iko (обсуждение | вклад) (Новая страница: «= Setting up <code>C++</code> on macOS = # [https://itunes.apple.com/ru/app/xcode/id497799835?l=en&mt=12 Install Xcode from the App Store] # Launch Xcode # You w…») |
(нет различий)
|
Версия 02:44, 9 января 2019
Setting up C++ on macOS
- Install Xcode from the App Store
- Launch Xcode
- You will be asked to read the license agreement and enter your administrator password for your computer
- Wait for Xcode to install the required components
- 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:



