From 6b6fbbb306a08a4f76376d8c34c12a7eae5fb0f6 Mon Sep 17 00:00:00 2001 From: onihusube Date: Sun, 8 Mar 2020 19:13:19 +0900 Subject: [PATCH] =?UTF-8?q?C++=20=E6=9B=B8=E7=B1=8D=20:=20=E5=90=8C?= =?UTF-8?q?=E4=BA=BA=E8=AA=8C=E3=81=AE=E7=9B=AE=E6=AC=A1=E3=81=A8=E3=82=B5?= =?UTF-8?q?=E3=83=B3=E3=83=97=E3=81=B8=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/learn/books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/books.md b/docs/learn/books.md index e021866..6e574bf 100644 --- a/docs/learn/books.md +++ b/docs/learn/books.md @@ -61,8 +61,8 @@ C++ の学習に役立つ最新の書籍を紹介します。 ## 同人誌 | 書名 | 発表年 | C++ 規格 | 内容 | |---------------------------------------------------------------------|------|----------|----------------------------| -| [C++ 標準的インターフェース](https://techbookfest.org/product/6417376601964544) | 2020 | C++17/20 | C++ 標準ライブラリのインターフェースについて解説 | -| [C++20 Modules](https://techbookfest.org/product/4680272314368000) | 2020 | C++20 | C++20 から追加されるモジュールの仕様を解説 | +| [C++ 標準的インターフェース](https://techbookfest.org/product/6417376601964544) | 2020 | C++17/20 | C++ 標準ライブラリのインターフェースについて解説。[目次とサンプル](https://github.com/onihusube/books/blob/master/sample/cpp_interface/sample.md) | +| [C++20 Modules](https://techbookfest.org/product/4680272314368000) | 2020 | C++20 | C++20 から追加されるモジュールの仕様を解説。[目次とサンプル](https://github.com/onihusube/books/blob/master/sample/cpp20_modules/sample.md) |