<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8831639118344771053</id><updated>2011-11-27T16:12:25.720-08:00</updated><category term='C++ Qt4'/><title type='text'>C++ Programming Ebooks</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cplusplusebooks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8831639118344771053/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cplusplusebooks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Blogger</name><uri>http://www.blogger.com/profile/15246666129196265353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8831639118344771053.post-79162209547737708</id><published>2009-12-01T11:48:00.000-08:00</published><updated>2009-12-01T12:55:22.569-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C++ Qt4'/><title type='text'>Introduction to Design Patterns in C++ with Qt4</title><content type='html'>&lt;div style="text-align: justify;"&gt;C++ is taught “The Qt way”, with an emphasis on design patterns, and re-use of open source libraries and tools. By the end of the book, the reader should have a deep understanding of both the language and libraries, as well the design patterns used in developing software with them.&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;C++ had been in use for many years before it was standardized in 1989, which makes it a relatively mature language compared to others that are in popular use today. It is a very important language for building fast, efficient, mission-critical systems. C++ is also one of the most flexible languages around, giving developers many choices of programming styles for use in high-level GUI code as well as low-level device drivers.&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;For a few years in the early 90s, C++ was the most popular object oriented (OO) language in use, and many computer science (CS) students were introduced to object-oriented programming (OOP) via C++. This was because C++ provided a relatively easy transition to OOP for C programmers, and many CS professors had been teaching C previously.&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;Starting around 1996, Java gained favor over C++ as the first OO language for students to learn. There are a number of reasons that Java gained so much popularity.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The language itself is simpler than C++.&lt;/li&gt;&lt;li&gt;The language has built-in garbage collection, so programmers do not need to concern themselves with memory de-allocation.&lt;/li&gt;&lt;li&gt;A standard set of GUI classes is included in the development kit.&lt;/li&gt;&lt;li&gt;The built-in String class supports Unicode.&lt;/li&gt;&lt;li&gt;Multithreading is built into the language.&lt;/li&gt;&lt;li&gt;It is easier to build and “plug in” Java Archives (JARs) than it is to recompile and relink libraries.&lt;/li&gt;&lt;li&gt;Many Web servers provide Java APIs for easy integration.&lt;/li&gt;&lt;li&gt;Java programs are platform independent (Wintel, Solaris, MacOS, Linux, *nix, etc.). &lt;/li&gt;&lt;/ul&gt;&lt;a href="http://cartan.cas.suffolk.edu/oopdocbook/opensource/" target="_blank"&gt;Read More/Download&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8831639118344771053-79162209547737708?l=cplusplusebooks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8831639118344771053/posts/default/79162209547737708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8831639118344771053/posts/default/79162209547737708'/><link rel='alternate' type='text/html' href='http://cplusplusebooks.blogspot.com/2009/12/introduction-to-design-patterns-in-c.html' title='Introduction to Design Patterns in C++ with Qt4'/><author><name>Blogger</name><uri>http://www.blogger.com/profile/15246666129196265353</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
