File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ digraph {
9999 cppprimer5 [label =<<TABLE BORDER=" 0" ><TR><TD WIDTH=" 100" HEIGHT=" 100" FIXEDSIZE=" TRUE" ><IMG SCALE=" TRUE" SRC=" cppprimer5.jpg" /></TD></TR><TR><TD>C++ Primer<br/>5th Ed (2012)</TD></TR></TABLE>>]
100100 tcpppl4 [label =<<TABLE BORDER=" 0" ><TR><TD WIDTH=" 100" HEIGHT=" 100" FIXEDSIZE=" TRUE" ><IMG SCALE=" TRUE" SRC=" tcpppl4.jpg" /></TD></TR><TR><TD>The C++ Programming<br/>Language 4th Ed (2014)</TD></TR></TABLE>>]
101101 cppstandardlibrary2 [label =<<TABLE BORDER=" 0" ><TR><TD WIDTH=" 100" HEIGHT=" 100" FIXEDSIZE=" TRUE" ><IMG SCALE=" TRUE" SRC=" cppstandardlibrary2.jpg" /></TD></TR><TR><TD>The C++ Standard<br/>Library 2nd Ed (2012)</TD></TR></TABLE>>]
102+ boostcpplibraries2 [label =<<TABLE BORDER=" 0" ><TR><TD WIDTH=" 100" HEIGHT=" 100" FIXEDSIZE=" TRUE" ><IMG SCALE=" TRUE" SRC=" boostcpplibraries2.jpg" /></TD></TR><TR><TD>The Boost<br/>C++ Libraries<br/>2nd Ed (2014)</TD></TR></TABLE>>]
102103
103104 effectivestl [label =<<TABLE BORDER=" 0" ><TR><TD WIDTH=" 100" HEIGHT=" 100" FIXEDSIZE=" TRUE" ><IMG SCALE=" TRUE" SRC=" effectivestl.jpg" /></TD></TR><TR><TD>Effective STL (2001)</TD></TR></TABLE>>]
104105
@@ -129,6 +130,7 @@ digraph {
129130 { cppprimer5; tcpppl4 } -> cpplibrary
130131 cpplibrary -> cppstandardlibrary2 [penwidth=2, arrowhead =normal]
131132 cppstandardlibrary2 -> effectivestl
133+ cppstandardlibrary2 -> boostcpplibraries2
132134 cpppractice -> effectivecpp3 -> moreeffectivecpp3 -> effectivemoderncpp [penwidth=2, arrowhead =normal]
133135 effectivemoderncpp -> optimizedcpp -> cppadvance
134136 cpppractice -> exceptionalcpp -> moreexceptionalcpp -> exceptionalcppstyle -> cppcodingstandard
You can’t perform that action at this time.
0 commit comments