From bbc5a7ff2a5c290647b56d68f268476a15cb53fa Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 26 Oct 2013 17:38:59 +0900 Subject: [PATCH] Add 'C++11: Syntax and Feature', a C++11 reference book for Japanese 'C++11: Syntax and Feature' is a C++11 reference book based on the latest C++ specification, ISO/IEC 14882:2011. It is written by Ezoe Ryo, who is a member of C++ standard committee. This book is fantastic because the words used in this book is the same ones in C++ specification, so readers can look up them in specification easily. It is published with GFDL license today. --- free-programming-books-ja.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-ja.md b/free-programming-books-ja.md index d0202df4..03659223 100644 --- a/free-programming-books-ja.md +++ b/free-programming-books-ja.md @@ -135,6 +135,7 @@ * [C++入門](http://www.asahi-net.or.jp/~yf8k-kbys/newcpp0.html) * [ロベールのC++教室](http://www7b.biglobe.ne.jp/~robe/cpphtml/) * [cpprefjp - C++ Reference Site in Japanese](https://sites.google.com/site/cpprefjp/) +* [C++11の文法と機能(C++11: Syntax and Feature)](https://ezoeryou.github.com/cpp-book/C++11-Syntax-and-Feature.xhtml) ###CoffeeScript -- GitLab