Skip to content

Commit

Permalink
compile command at Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim InGee committed Nov 8, 2017
1 parent d6a9b76 commit 9c37db1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# A Tour of C++

* Author: Bjarne Stroustrup
* C++ In-Depth Series
* ISBN-13: 987-0-321-958310, C++ In-Depth Series (2015. Jul)
* Sample codes from the book and my own
* Since 2016. Oct.
* Since 2016. Oct.

* compile option (@Linux)
```
$ g++ -std=c++11 <source-file>
```

0 comments on commit 9c37db1

Please sign in to comment.