<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming and software development &#187; Books on programming</title>
	<atom:link href="http://usprog.com/prog_book/feed" rel="self" type="application/rss+xml" />
	<link>http://usprog.com</link>
	<description>Programming, software development on  C, C++, Builder C++, Visual C++, Java. Database development. MySQL,MSSQL Server,Interbase,Firebird,Oracle.SQLQueries. PHP scripts.Web sites development.</description>
	<lastBuildDate>Sat, 24 Mar 2012 10:48:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Download &#8220;Algorithms in C, Parts 1-5: Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms&#8221;, book by Robert Sedgewick</title>
		<link>http://usprog.com/alg_books/csedgewick.html</link>
		<comments>http://usprog.com/alg_books/csedgewick.html#comments</comments>
		<pubDate>Thu, 01 Jan 2009 08:40:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on pattern of programming, algorithms]]></category>
		<category><![CDATA[alg_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=262</guid>
		<description><![CDATA[This electronic book is devoted to deeper exploration of the fundamental concepts and algorithms that will undoubtedly fall into the category of &#8216;eternal&#8217;. Carefully reading this ebook, you get knowledge that will never become obsolete and that you&#8217;ll always enjoy.  The brevity, accuracy, adjustedness, relevance, examples and teaching assignments &#8211; are just a small list [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-263" title="Algorithms in C, Parts 1-5: Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms,Robert Sedgewick download free" src="http://usprog.com/wp-content/uploads/2009/01/csedgewick.jpg" alt="Algorithms in C, Parts 1-5: Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms,Robert Sedgewick download free" width="103" height="103" />This <strong>electronic book</strong> is devoted to deeper exploration of the fundamental concepts and <strong>algorithms</strong> that will undoubtedly fall into the category of &#8216;eternal&#8217;. Carefully reading this <strong>ebook</strong>, you get knowledge that will never become obsolete and that you&#8217;ll always enjoy. <br />
The brevity, accuracy, adjustedness, relevance, examples and teaching assignments &#8211; are just a small list of obvious advantages of this <strong>electronic book</strong>. Illustration of <strong>algorithms</strong> in one of the best <strong>programming languages</strong> <strong>C</strong>, once again underlines their popularity and &#8216;eternity&#8217;. <br />
In the <strong>ebook</strong> details the wide range of basic <strong>algorithms on graphs</strong>, including: org-graph search, neo-graph and networks, building a minimum spanning trees and shortest routes, calculate flow in networks with different characteristics. Much attention in the <strong>electronic book</strong> is given to the performance of <strong>algorithms</strong>, as well as their mathematical conclusion. <br />
The <strong>electronic book</strong> can be used as a course of lectures (both students and teachers), a manual or just &#8216;novel&#8217; while acquiring not comparable pleasure.</p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/alg_books/csedgewick.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download &#8220;Design Patterns: Elements of Reusable Object-Oriented Software&#8221;, book by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides</title>
		<link>http://usprog.com/alg_books/gamma_patterns.html</link>
		<comments>http://usprog.com/alg_books/gamma_patterns.html#comments</comments>
		<pubDate>Thu, 01 Jan 2009 08:16:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on pattern of programming, algorithms]]></category>
		<category><![CDATA[alg_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=259</guid>
		<description><![CDATA[The proposed ebook describes a simple and elegant solutions of typical tasks encountered in the object-oriented design. Patterns emerged because many developers looking for ways to improve the flexibility and degree of reuse programs. Found solutions embodied in a concise and easily applicable in practice form. The authors of the electronic book outlines principles of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-260" title="Design Patterns: Elements of Reusable Object-Oriented Software, book by Erich, Richard Helm, Ralph Johnson, John M. Vlissides download free" src="http://usprog.com/wp-content/uploads/2008/12/gamma_patterns.jpg" alt="Design Patterns: Elements of Reusable Object-Oriented Software, book by Erich, Richard Helm, Ralph Johnson, John M. Vlissides download free" width="103" height="128" />The proposed <strong>ebook</strong> describes a simple and elegant solutions of typical tasks encountered in the <strong>object-oriented design</strong>. <strong>Patterns</strong> emerged because many developers looking for ways to improve the flexibility and degree of reuse programs. Found solutions embodied in a concise and easily applicable in practice form. The authors of the <strong>electronic book</strong> outlines principles of <strong>pattern</strong> design and lead their catalog. <br />
 Thus, <strong>ebook</strong> at the same time solves two objectives. First, the <strong>electronic book</strong> demonstrates the role of <strong>patterns</strong> in creating the architecture of complex systems. <br />
 Secondly, using the directory <strong>pattern</strong>s, designer can easily develop their own applications. <br />
 <strong>eBook</strong> is intended both for professional developers and beginner programmers, learning object-oriented design.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/alg_books/gamma_patterns.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Download &#8220;Advanced Java(TM) 2 Platform How to Program&#8221;, book by Harvey M. Deitel, Paul J. Deitel, Sean E. Santry</title>
		<link>http://usprog.com/java_books/java_deitel.html</link>
		<comments>http://usprog.com/java_books/java_deitel.html#comments</comments>
		<pubDate>Wed, 31 Dec 2008 08:29:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on Java]]></category>
		<category><![CDATA[java_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=255</guid>
		<description><![CDATA[The first part of the book is devoted to create a graphical user interface, two-and three-dimensional graphics components of Java Beans, interaction with the database security. In the electronic book is widely used method reception, based on examples. The first chapters are devoted to the use of Swing components for building graphical user interfaces. For [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-256" title="Advanced Java(TM) 2 Platform How to Program,Deitel,Santry download free" src="http://usprog.com/wp-content/uploads/2008/12/java_deitel.jpg" alt="Advanced Java(TM) 2 Platform How to Program,Deitel,Santry download free" width="103" height="103" />The first part of the <strong>book</strong> is devoted to create a graphical user interface, two-and three-dimensional graphics components of <strong>Java Beans</strong>, interaction with the database security. <br />
 In the <strong>electronic book</strong> is widely used method reception, based on examples. The first chapters are devoted to the use of <strong>Swing</strong> components for building graphical user interfaces. For example, graphics editor and three-dimensional game is considered the construction of the complex graphical applications based on <strong>Java 2D</strong> and <strong>Java 3D.</strong><br />
 The second part of the <strong>ebook</strong> deals with distributed applications and gives examples of technology constructing distributed systems, and network management systems: <strong>Remote Method Invocation</strong> (RMI), <strong>Jini</strong>, <strong>JavaSpaces</strong>, <strong>Java Management Extensions</strong> (JMX), Jiro and build heterogeneous systems based on the CORBA. Different approaches to building a peer-to-peer applications with RMI, Jini, JXTA.<br />
 The third part of the <strong>electronic book</strong> is devoted to the creation of server applications and enterprise systems. <strong>eBook</strong> addresses to use Servlet technology and JavaServer Pages to create server applications. After that, readers of the <strong>book</strong> know the technology Enterprise JavaBeans, J2ME, Java Message Service, and SOAP, which are used in the creation of corporate systems.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/java_books/java_deitel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download &#8220;Core Java, Volume 2: Advanced Features&#8221;, book by Cay S. Horstmann, Gary Cornell</title>
		<link>http://usprog.com/java_books/java2_volume2_cornell.html</link>
		<comments>http://usprog.com/java_books/java2_volume2_cornell.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 20:39:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on Java]]></category>
		<category><![CDATA[java_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=252</guid>
		<description><![CDATA[This ebook focuses on those developers who want to use Java technology to create real projects. In the electronic book reflected the thread support, using data sets, networking, working with databases, components JavaBeans. The ebook also focused on issues such as support for distributed objects, defense and the creation of platform-oriented methods, analysis and generation [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-253" title="Core Java, Vol. 2: Advanced Features, Cay Horstmann,Gary Cornell download free" src="http://usprog.com/wp-content/uploads/2008/12/java2_volume2_cornell.jpg" alt="Core Java, Vol. 2: Advanced Features, Cay Horstmann,Gary Cornell download free" width="103" height="103" />This <strong>ebook</strong> focuses on those developers who want to use <strong>Java</strong> technology to create real projects. In the <strong>electronic book</strong> reflected the thread support, using data sets, networking, working with databases, components <strong>JavaBeans</strong>. The <strong>ebook</strong> also focused on issues such as support for distributed objects, defense and the creation of platform-oriented methods, analysis and generation of XML-documents. <br />
While writing <strong>electronic books</strong> the new opportunities that became available to developers with the advent of <strong>JDK 5.0</strong> have been taken into account. Depth of the material described in <strong>eBook</strong> will certainly be useful for both beginner and experienced <strong>developers</strong>.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/java_books/java2_volume2_cornell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download &#8220;Core Java 2 : Volume 1 Fundamentals&#8221;, book by Cay S. Horstmann, Gary Cornell</title>
		<link>http://usprog.com/java_books/java2_volume1_cornell.html</link>
		<comments>http://usprog.com/java_books/java2_volume1_cornell.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 20:25:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on Java]]></category>
		<category><![CDATA[java_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=250</guid>
		<description><![CDATA[Ebook is written primarily for professional java programmers and is a comprehensive handbook and manual on basic programming language Java. However, it is not just a textbook on the syntax of the language. Appointment of electronic books &#8211; to teach the techniques of object-oriented programming and learn how to cope with major problems in this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-251" title="Core Java 2 : Volume 1 Fundamentals,Cay S. Horstmann, Gary Cornell download free" src="http://usprog.com/wp-content/uploads/2008/12/java2_volume1_cornell.jpg" alt="Core Java 2 : Volume 1 Fundamentals,Cay S. Horstmann, Gary Cornell download free" width="103" height="103" /><strong>Ebook</strong> is written primarily for professional <strong>java programmers</strong> and is a comprehensive handbook and manual on basic programming <strong>language Java</strong>. However, it is not just a textbook on the syntax of the language. Appointment of <strong>electronic books</strong> &#8211; to teach the techniques of <strong>object-oriented programming</strong> and learn how to cope with major problems in this area. Using the <strong>ebook</strong> requires no programming experience in C++ and application of the OOP. Any programmer who worked with such languages as Visual Basic, C, Cobol or Pascal, will not have trouble working with it. <strong>Electronic book</strong> contains numerous examples and tips on <strong>java programming</strong>. The authors of the <strong>book</strong> devoted great attention to the opportunities that were available to programmers with the advent of <strong>JDK 6.0</strong>. The new language and library funds were reflected in the code examples cited in the <strong>ebook</strong>.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/java_books/java2_volume1_cornell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download &#8220;C Programming Language (2nd Edition), book by Brian W. Kernighan</title>
		<link>http://usprog.com/cpp_books/ckernighan.html</link>
		<comments>http://usprog.com/cpp_books/ckernighan.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:56:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on C , C++]]></category>
		<category><![CDATA[cpp_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=247</guid>
		<description><![CDATA[Classic ebook on c language, written by the developers of the language and endured in the United States 34 reprints! Electronic book is nearly as exhaustive guide or manual on the most popular programming language. The proposed second edition of the book has been substantially revised, compared with the first due to the emergence of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-248" title="C Programming Language,Brian W. Kernighan download free" src="http://usprog.com/wp-content/uploads/2008/12/ckernighan.jpg" alt="C Programming Language,Brian W. Kernighan download free" width="103" height="103" />Classic <strong>ebook</strong> on <strong>c language</strong>, written by the <strong>developers of the language</strong> and endured in the United States 34 reprints! <strong>Electronic book</strong> is nearly as exhaustive guide or manual on the most popular programming language. The proposed second edition of the <strong>book</strong> has been substantially revised, compared with the first due to the emergence of standard ANSI C, for which it partly as a basis.<br />
<strong>Ebook</strong> is not recommended reading for beginners, for its study, it requires knowledge of the foundations of <strong>programming</strong> and computer science. <strong>Electronic book</strong> is intended for a wide range of <strong>programmers</strong> and computer specialists. <br />
The <strong>book</strong> can be used as a textbook for high schools.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/cpp_books/ckernighan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download &#8220;Advanced C++ Programming Styles and Idioms&#8221;, book by James O. Coplien</title>
		<link>http://usprog.com/cpp_books/cppprogcoplien.html</link>
		<comments>http://usprog.com/cpp_books/cppprogcoplien.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:46:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on C , C++]]></category>
		<category><![CDATA[cpp_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=244</guid>
		<description><![CDATA[Recipient of Computer Language 1991 JOLT Cola Productivity Award *One of JOOP Magazine&#8217;s Top Ten Books of the Decade (three years in a row) *A 1992 Stacey&#8217;s best-seller *Continued critical acclaim in October 1995 Dr. Dobb&#8217;s Written by an expert in C++, Advanced C++ Programming Styles and Idioms looks at the design features of the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-245" title="Advanced C++ Programming Styles and Idioms,James O. Coplien download free" src="http://usprog.com/wp-content/uploads/2008/12/cppprogcoplien.jpg" alt="Advanced C++ Programming Styles and Idioms,James O. Coplien download free" width="103" height="152" />Recipient of Computer Language 1991 JOLT Cola Productivity Award *One of JOOP Magazine&#8217;s Top Ten <strong>Books</strong> of the Decade (three years in a row) *A 1992 Stacey&#8217;s best-seller *Continued critical acclaim in October 1995 Dr. Dobb&#8217;s Written by an expert in C++, Advanced C++ Programming Styles and Idioms looks at the design features of the <strong>C++ programming language</strong>. Assuming a background in the syntax of <strong>C++</strong>,<strong> Coplien</strong> shows in this <strong>book</strong> how to become an expert <strong>C++ programmer</strong> by learning the idioms of the language. His approach is organized around the abstractions that <strong>C++</strong> supports: abstract data types, combining types in inheritance structures, object-oriented programming, and multiple inheritance. Using small, but rich examples, he shows in this <strong>electronic book</strong> how these abstractions can be combined to use the language effectively. Experienced <strong>C++ programmers</strong> will appreciate the comprehensive coverage of Release 3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/cpp_books/cppprogcoplien.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Download &#8220;Multi-Paradigm Design for C++&#8221;, book by James O. Coplien</title>
		<link>http://usprog.com/cpp_books/multicppcoplien.html</link>
		<comments>http://usprog.com/cpp_books/multicppcoplien.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:32:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on C , C++]]></category>
		<category><![CDATA[cpp_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=241</guid>
		<description><![CDATA[C++ &#8211; programming language that supports many paradigms: classes, overloaded functions, templates, modules, procedural programming, parallel programming, etc. In spite of the flexibility and variety of language, require significant effort to develop a method of design that allows to use multiple paradigms in a single application. This ebook series, simply and aptly describes the environment [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-242" title="Multi-Paradigm Design for C++,James Coplien download free" src="http://usprog.com/wp-content/uploads/2008/12/multicppcoplien.jpg" alt="Multi-Paradigm Design for C++,James Coplien download free" width="103" height="131" /></p>
<p><strong>C++</strong> &#8211; <strong>programming language</strong> that supports many paradigms: classes, overloaded functions, templates, modules, procedural programming, parallel programming, etc. In spite of the flexibility and variety of language, require significant effort to develop a method of design that allows to use multiple paradigms in a single application. This <strong>ebook</strong> series, simply and aptly describes the environment for the application multi-paradigm design, offers an impressive array of design techniques that form the basis of  multi-paradigm design.<br />
 The <strong>C++ language</strong> is being used increasingly for complex and large-scale software systems-systems that call for multi-paradigm design. Well known for his <strong>C++</strong> expertise, <strong>James Coplien</strong> guides program designers through the most challenging aspects of <strong>C++ design</strong>. In this <strong>electronic book</strong>, <strong>James Coplien </strong>describes each paradigm and explains how it solves the design problem at hand and how it applies to <strong>C++</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/cpp_books/multicppcoplien.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download &#8220;Data Structures and the Standard Template Library&#8221;, book by William Collins</title>
		<link>http://usprog.com/cpp_books/stlcollins.html</link>
		<comments>http://usprog.com/cpp_books/stlcollins.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 18:33:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on C , C++]]></category>
		<category><![CDATA[cpp_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=238</guid>
		<description><![CDATA[Ebook covers the foundation organizing data structures and their implementation using C++ language. Most of the data structures, such as arrays, vectors, lists, maps and stacks, are composed of standard template library (STL). Book quite extensively studied canonical realization of these data structures, which is both effective and concise. Much attention in the book is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-239" title="Data Structures and the Standard Template Library,William Collins download free" src="http://usprog.com/wp-content/uploads/2008/12/stlcollins.jpg" alt="Data Structures and the Standard Template Library,William Collins download free" width="103" height="128" /></p>
<p><strong>Ebook</strong> covers the foundation organizing data structures and their implementation using <strong>C++ language</strong>. Most of the data structures, such as arrays, vectors, lists, maps and stacks, are composed of <strong>standard template library (STL)</strong>. <strong>Book</strong> quite extensively studied canonical realization of these data structures, which is both effective and concise. Much attention in the <strong>book</strong> is paid to algorithms for working with <strong>data structures</strong>.<br />
 <strong>Electronic book</strong> should be studied on practical examples. Software projects at the end of each <strong>ebook</strong> chapter allow the reader to develop and implement their own data structure, either to expand or use the data structure, covered in chapter. While carrying out laboratory work provided in each chapter, the reader will be able to gain practical skills application of knowledge in real <strong>programming</strong>. <br />
 <strong>Ebook</strong> can be used as a teaching tool in studying computer technology programs in higher education institutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/cpp_books/stlcollins.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download &#8220;The C++ Standard Library: A Tutorial and Reference&#8221;, book by Nicolai M. Josuttis</title>
		<link>http://usprog.com/cpp_books/cppjosuttis.html</link>
		<comments>http://usprog.com/cpp_books/cppjosuttis.html#comments</comments>
		<pubDate>Tue, 30 Dec 2008 17:31:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books on C , C++]]></category>
		<category><![CDATA[cpp_books_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=235</guid>
		<description><![CDATA[Ebook is devoted to the standard C++ library, significantly extending the capabilities of C++ language. Particular attention in electronic book is given to standard template library STL &#8211; its numerous containers, iterators, facilities functions and algorithms. Also, the electronic book gives detailed description to the library of streaming input / output IOStream and other components [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-236" title="The C++ Standard Library: A Tutorial and Reference,Nicolai M. Josuttis download free" src="http://usprog.com/wp-content/uploads/2008/12/stljosuttis.jpg" alt="The C++ Standard Library: A Tutorial and Reference,Nicolai M. Josuttis download free" width="103" height="137" /><strong>Ebook</strong> is devoted to the <strong>standard C++  library</strong>, significantly extending the capabilities of <strong>C++ language</strong>. Particular attention in <strong>electronic book</strong> is given to <strong>standard template library STL</strong> &#8211; its numerous containers, iterators, facilities functions and algorithms. Also, the <strong>electronic book</strong> gives detailed description to the library of streaming input / output IOStream and other components of a <strong>standard C++ library</strong> : specialized containers, lines, support for mathematical calculations, the challenges of internationalization, etc.<br />
 In addition to detailed documentation on all classes and library interfaces, <strong>ebook</strong> also explains many non-trivial concept, and also examines the practical aspects of programming necessary for the effective use of the standard library, and a typical mistakes. <strong>Book</strong> contains many examples. <br />
 <strong>Ebook</strong> can be used as a textbook, and as a reference. <strong>Ebook</strong> is designed for <strong>programmers</strong> middle and high levels. <br />
 Topics covered by the <strong>book</strong>:</p>
<ul>
<li> history of C++ and the Standard Library</li>
<li>template basics</li>
<li>Big-O Notation</li>
<li>the std namespace</li>
<li><strong>ebook</strong> explains the mechanism standard exceptions</li>
<li>allocators</li>
<li>standard library utilities</li>
<li><strong>electronic book</strong> contains description of pairs and auto_ptr</li>
<li>numeric limits</li>
<li>the <strong>Standard Template Library (STL)</strong> basics</li>
<li>containers, iterators, algorithms, vectors, lists, deques, strings, sets, multisets, bitsets, maps, multimaps, stacks, queues</li>
<li>iterator adapters, function objects, element requirements, value and reference semantics, complex numbers, valarrays, stream classes, stream manipulators and formatting, file I/O, internationalization, and locales</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://usprog.com/cpp_books/cppjosuttis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

