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…»)
 
 
Строка 1: Строка 1:
 
# In the CLion welcome screen choose “New Project”
 
# In the CLion welcome screen choose “New Project”
  
[[Файл:Creating a C++ project in CLion 1.png]]
+
[[Файл:Creating a C++ project in CLion 1.png|700x700px]]
  
 
<ol start="2" style="list-style-type: decimal;">
 
<ol start="2" style="list-style-type: decimal;">
 
<li>Select <code>C++</code> executable and click “create”</li></ol>
 
<li>Select <code>C++</code> executable and click “create”</li></ol>
  
[[Файл:Creating a C++ project in CLion 2.png]]
+
[[Файл:Creating a C++ project in CLion 2.png|700x700px]]
  
 
<ol start="3" style="list-style-type: decimal;">
 
<ol start="3" style="list-style-type: decimal;">
Строка 12: Строка 12:
 
<li>Compile and run your project by clicking the “Run” (▸) button</li></ol>
 
<li>Compile and run your project by clicking the “Run” (▸) button</li></ol>
  
[[Файл:Creating a C++ project in CLion 3.png]]
+
[[Файл:Creating a C++ project in CLion 3.png|700x700px]]
  
 
<ol start="5" style="list-style-type: decimal;">
 
<ol start="5" style="list-style-type: decimal;">
 
<li>You should see “Hello, World!” printed in the console.</li></ol>
 
<li>You should see “Hello, World!” printed in the console.</li></ol>
  
[[Файл:Creating a C++ project in CLion 4.png]]
+
[[Файл:Creating a C++ project in CLion 4.png|700x700px]]

Текущая версия на 03:07, 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