1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-30 13:00:48 +00:00

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.
This commit is contained in:
rhysd 2013-10-26 17:38:59 +09:00
parent 00f6b1fadd
commit bbc5a7ff2a

View File

@ -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