Просмотр исходного кода

Added refs to Scott Meyers' Effective STL and Effective C++ (3rd ed).

[SVN r29741]
Fredrik Blomqvist 21 лет назад
Родитель
Сommit
338f6b9394
1 измененных файлов с 17 добавлено и 1 удалено
  1. 17 1
      more/bibliography.html

+ 17 - 1
more/bibliography.html

@@ -267,6 +267,12 @@
 					<br><CODE>boost::any</CODE>
 				</TD>
 			</TR>
+			<TR>
+				<TD vAlign="top" align="left" width="16%"><b>[<a name="Meyers01">Meyers01</a>]</b></TD>
+				<TD vAlign="top" align="left" width="84%">Scott Meyers, <i>Item 50: Familiarize yourself with 
+						STL-related web sites</i>. Effective STL, Addison-Wesley, 2001, page 221. ISBN: 0-201-74962-9
+				</TD>
+			</TR>			
 			<TR>
 				<TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter01">Sutter01</a>]</b></TD>
 				<TD vAlign="top" align="left" width="84%">Herb Sutter, <i>The String Formatters of 
@@ -361,6 +367,16 @@
 					<br>Concept Check Library
 				</td>
 			</tr>
+			
+			<!-- year separator -->
+			<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
+
+			<TR>
+				<TD vAlign="top" align="left" width="16%"><b>[<a name="Meyers05">Meyers05</a>]</b></TD>
+				<TD vAlign="top" align="left" width="84%">Scott Meyers, <i>Item 55: Familiarize yourself 
+						with Boost</i>. Effective C++, 3rd Edition, Addison-Wesley, May 12, 2005. ISBN: 0-321-33487-6
+				</TD>
+			</TR>
 		</table>
 		<h2><a name="Online_mentions">Online mentions</a> of Boost or Boost Libraries</h2>
 		<table style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellPadding="5" width="100%"
@@ -476,7 +492,7 @@
 		<hr>
 		<p>Revised 
 			<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> 
-			25 April, 2005<!--webbot bot="Timestamp" endspan i-checksum="40409" --></p>
+			22 June, 2005<!--webbot bot="Timestamp" endspan i-checksum="40409" --></p>
 		<p>© Copyright Beman Dawes 2003</p>
         <p> Distributed under the Boost Software License, Version 1.0. 
         (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or 

粤ICP备19079148号