From da3ac8099db3067871e217859473ad1a298ab1fc Mon Sep 17 00:00:00 2001 From: Johxz Date: Sat, 21 Oct 2017 09:35:10 -0500 Subject: [PATCH] update link to "C++ Templates 2nd Ed (2017)" --- game-programmer.dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-programmer.dot b/game-programmer.dot index 70e9347..48dbd79 100644 --- a/game-programmer.dot +++ b/game-programmer.dot @@ -195,7 +195,7 @@ digraph { insidecppobjectmodel [label=<
Inside the C++
Object Model (1996)
> URL="https://www.amazon.com/dp/0201834545/"] imperfectcpp [label=<
Imperfect C++ (2004)
> URL="https://www.amazon.com/dp/0321228774/"] - cpptemplates [label=<
C++ Templates (2002)
> URL="https://www.amazon.com/dp/0201734842/"] + cpptemplates [label=<
C++ Templates 2nd Ed (2017)
> URL="https://www.amazon.com/dp/0321714121/"] elementsofprogramming [label=<
Elements of
Programming (2009)
> URL="https://www.amazon.com/dp/032163537X/"] frommathtogeneric [label=<
From Mathematics
to Generic Programming
(2014)
> URL="https://www.amazon.com/dp/0321942043/"] moderncppdesign [label=<
Modern C++ Design (2001)
> URL="https://www.amazon.com/dp/0201704315/"]