Creating a cpp project in clion on macos — различия между версиями

Материал из Wiki - Факультет компьютерных наук
Перейти к: навигация, поиск
(Новая страница: «# In the CLion welcome screen choose “New Project” Файл:Creating a C++ project in CLion 1.png <ol start="2" style="list-style-type: decimal;"> <li>S…»)
(нет различий)

Версия 02:58, 9 января 2019

  1. In the CLion welcome screen choose “New Project”

Creating a C++ project in CLion 1.png

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

Creating a C++ project in CLion 2.png

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

Creating a C++ project in CLion 3.png

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

Creating a C++ project in CLion 4.png