From 8bf883b60b10165425989156ba44111a59df2fdd Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 24 Oct 2013 09:37:28 +0900 Subject: [PATCH] Add cpprefjp, C++ Reference Site in Japanese https://sites.google.com/site/cpprefjp/ cpprefjp is C++ reference for Japanese. This site is written by many C++ experts including C++ starndard committee members and updated lively. References are based on latest C++ specification known as C++11 (ISO/IEC14882:2011). And there are many samples to understand C++ and C++ STL library quickly. It's very helpful for Japanese C++ Programmers. --- 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 1301cbee..d0202df4 100644 --- a/free-programming-books-ja.md +++ b/free-programming-books-ja.md @@ -134,6 +134,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/) ###CoffeeScript -- GitLab