Skip to content

Commit 71dc614

Browse files
committed
Update to c++ guide
1 parent 4a5e548 commit 71dc614

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

Coding/c++ installation guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Click the following options, and create `helloworld.cpp` file within the project
5656

5757
Click *+* to expand `MyProject` and double click `helloworld.cpp` on the left to edit it. Add the following code:
5858

59+
![Open file](../src/win-codeblocks-8.png)
60+
5961
```
6062
#include <iostream>
6163
using namespace std;
@@ -68,7 +70,7 @@ int main() {
6870

6971
Now you can *build & compile your code*! An `.exe` should run and you should see the following output:
7072

71-
|![Compile](../src/win-codeblocks-8.png)|![exe](../src/win-codeblocks-9.png)|
73+
|![Compile](../src/win-codeblocks-9.png)|![exe](../src/win-codeblocks-10.png)|
7274
|:--:|:--:|
7375
|Compiling code|Exectuable|
7476

src/win-codeblocks-10.png

9.78 KB
Loading

src/win-codeblocks-8.png

11.5 KB
Loading

src/win-codeblocks-9.png

9.74 KB
Loading

0 commit comments

Comments
 (0)