소스 검색

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.
rhysd 12 년 전
부모
커밋
bbc5a7ff2a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      free-programming-books-ja.md

+ 1 - 0
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