Skip to content

Commit c974b48

Browse files
committedMay 4, 2023
Merge branch 'main' of github.com:cpp-tutor/learnmoderncpp-tutorial
2 parents 49d737a + 1c77acf commit c974b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎00-about-this-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Note: Different options are used with the different compilers and when using `im
4040

4141
Successful compilation produces an *executable binary* called `01-hellow.exe` (under Windows) or `01-hellow` (MacOS or Linux). This can be run by typing `01-hellow.exe` (or just `01-hellow`) into a Windows console (see graphic below), or by typing `./01-hellow` into a MacOS or Linux Terminal (both assuming that the executable is located in the current directory). I don't recommend running the program by double-clicking it in an Explorer or File Manager window as any output may be lost as the program exits, so your program may not actually appear to do anything!
4242

43-
![Output from running the above program under Windows 10](https://learnmoderncpp.files.wordpress.com/2020/10/helloworld.png)
43+
![Output from running the above program under Windows 10](https://learnmoderncpp.files.wordpress.com/2023/02/compile-console.png)
4444

4545
[^1]: https://stroustrup.com
4646
[^2]: https://github.com/cpp-tutor/learnmoderncpp-examples/
@@ -50,4 +50,4 @@ Successful compilation produces an *executable binary* called `01-hellow.exe` (u
5050
[^6]: https://nuwen.net/mingw.html
5151
[^7]: https://godbolt.org
5252

53-
*All text and program code ©2019-2022 Richard Spencer, all rights reserved.*
53+
*All text and program code ©2019-2022 Richard Spencer, all rights reserved.*

0 commit comments

Comments
 (0)
Please sign in to comment.