Creating a cpp project in clion on macos

Материал из Wiki - Факультет компьютерных наук
Перейти к навигации Перейти к поиску
  1. In the CLion welcome screen choose “New Project”

  1. Select C++ executable and click “create”

  1. You should now see the CLion project window
  2. Compile and run your project by clicking the “Run” (▸) button

  1. You should see “Hello, World!” printed in the console.