-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kim InGee
committed
Nov 8, 2017
1 parent
d6a9b76
commit 9c37db1
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |