You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ It contains C++ examples for all classic GoF design patterns. Each pattern inclu
10
10
11
11
## Requirements
12
12
13
-
The examples were written as cross platform console application using c++11. It means that you should be able to compile and execute those examples with any recent compiler.
13
+
The examples were written as cross platform console application using c++17. It means that you should be able to compile and execute those examples with any recent compiler.
14
14
15
15
we recommend working with Visual Studio Code because it is a lightweight and cross-platform tool .It is a very complete IDE and is available for free (https://code.visualstudio.com/). You may need to install c++ extension and the compiler you prefer (The extension is still in preview and its focus is code editing, navigation, and debugging support for C and C++). For more information on how to use VSCode with c++ refer to: https://code.visualstudio.com/docs/languages/cpp .
16
16
@@ -23,7 +23,7 @@ For code execution in VSCode you will need to set up your task first. An example
0 commit comments