1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-28 03:50:49 +00:00

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.
This commit is contained in:
rhysd 2013-10-24 09:37:28 +09:00
parent 78e2d6a274
commit 8bf883b60b

View File

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