Skip to content

Commit

Permalink
Mention using older standard for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Sep 23, 2021
1 parent fe4e6f6 commit 302e5e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ switched to Visual Studio Community 2013.
[5]: http://www.codeblocks.org
[6]: http://www.mingw.org

Notice that some solutions require using an older C++ standard when compiling,
for example Chapter 17 exercise 4: use something like

```sh
g++ --std=c++03
```

to compile (under Linux).

Chapter 1 has no programming exercises, and for Chapter 2 I just went along and
changed the same file over and over, so these solutions are not here.

Expand Down

0 comments on commit 302e5e8

Please sign in to comment.