<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/comp.lang.c++</id>
  <title type="text">comp.lang.c++ Google Group</title>
  <subtitle type="text">
  The object-oriented C++ language.
  </subtitle>
  <link href="/group/comp.lang.c++/feed/atom_v1_0_topics.xml" rel="self" title="comp.lang.c++ feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>MrNEtBomber</name>
  <email>karimbom...@gmail.com</email>
  </author>
  <updated>2013-05-20T22:55:00Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/3f7b5d207d20a823</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/3f7b5d207d20a823" />
  <title type="html">How to pass user input from gtk to a function ?</title>
  <summary type="html" xml:space="preserve">
  i want to pass a user input from gtk input box to a function ... i made code below but i had segmentation errors ...so after looking it up i discovred that the line -&amp;gt; &amp;quot;g_signal_connect(but,&amp;quot;clicked &amp;quot;,G_CALLBACK(encode(tx1,tx2)), NULL);&amp;quot; &lt;br&gt; doesnt make a sense so can you help me do it . &lt;br&gt; &lt;p&gt;this is program source =&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <email>leejia...@gmail.com</email>
  </author>
  <updated>2013-05-20T19:49:25Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/040782ad43133fce</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/040782ad43133fce" />
  <title type="html">C++ Interview Questions with Solutions: Including C++11 by Dr Lin Quan</title>
  <summary type="html" xml:space="preserve">
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.amazon.com/Interview-Questions-Solutions-Including-11/dp/1489516719/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pothi.com/pothi/book/lin-quan-c-interview-questions-solutions&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This book contains more than 200 C++ questions most frequently asked in technical interviews @top-notch software companies like Google, Microsoft, Amazon and Facebook. Detailed solutions are provided for all of these, including C++11.
  </summary>
  </entry>
  <entry>
  <author>
  <email>woodbria...@gmail.com</email>
  </author>
  <updated>2013-05-19T21:01:17Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b859a87f6ed2b189</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b859a87f6ed2b189" />
  <title type="html">String building</title>
  <summary type="html" xml:space="preserve">
  I have this class: &lt;br&gt; &lt;p&gt;class failure : public ::std::exception { &lt;br&gt; ::std::string whatStr; &lt;br&gt; &lt;p&gt;public: &lt;br&gt; explicit failure (::std::string what_) : whatStr(::std::move(what_)) &lt;br&gt; {} &lt;br&gt; &lt;p&gt; ~failure () throw() &lt;br&gt; {} &lt;br&gt; &lt;p&gt; char const* what () const throw() &lt;br&gt; { return whatStr.c_str(); } &lt;br&gt; &lt;p&gt; template &amp;lt;class T&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>ardi</name>
  <email>ardillasdelmo...@gmail.com</email>
  </author>
  <updated>2013-05-19T17:05:05Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/29c6f67b02a5bc8a</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/29c6f67b02a5bc8a" />
  <title type="html">Shared value for a member in all instances of a class?</title>
  <summary type="html" xml:space="preserve">
  Hi again, &lt;br&gt; &lt;p&gt;I&#39;ve some classes with members that need to have a pointer to a GUI control. &lt;br&gt; &lt;p&gt;However, the same member will have the same pointer in all instances of the class. I mean, member &#39;m_Temperature&#39; from class &#39;CTown&#39; will have the same value for its GUI control pointer in all instances of the class &#39;CTown&#39;.
  </summary>
  </entry>
  <entry>
  <author>
  <email>sumit...@gmail.com</email>
  </author>
  <updated>2013-05-18T16:30:00Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ba206d27cc7e81fb</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ba206d27cc7e81fb" />
  <title type="html">Parsing response coming from server</title>
  <summary type="html" xml:space="preserve">
  I am getting below response from server - &lt;br&gt; &lt;p&gt;Main stream options: &lt;br&gt; EncType1=H.264 &lt;br&gt; Resolution1=704*576 &lt;br&gt; KeyInterval1=50 &lt;br&gt; FrameRate1=25 &lt;br&gt; BitflowType1=VBR &lt;br&gt; NormalBitrate1=2048 &lt;br&gt; &lt;p&gt;Now I need to parse the parameter and its value, I have list of parameter in client, I just need the value of the parameter.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Forone</name>
  <email>4...@gmx.at</email>
  </author>
  <updated>2013-05-18T06:58:48Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/c7ebe50e04cac2da</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/c7ebe50e04cac2da" />
  <title type="html">address of array at index</title>
  <summary type="html" xml:space="preserve">
  hello group, &lt;br&gt; &lt;p&gt;i use the function std::inner_product(&amp;amp;arya[0], &amp;amp;arya[4], &amp;amp;aryb[0], &lt;br&gt; 0.0f) with the c-style and/or c++11-style array. does the compiler set &lt;br&gt; the addresses at compile time or is there a runtime overhead to get the &lt;br&gt; addresses of array indices? &lt;br&gt; &lt;p&gt;thanks &amp;amp; cheers, chris
  </summary>
  </entry>
  <entry>
  <author>
  <email>vinod.it...@gmail.com</email>
  </author>
  <updated>2013-05-17T05:28:00Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/6a0c2802083da80c</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/6a0c2802083da80c" />
  <title type="html">Find &amp; hire affordable efreelancers, web designers,</title>
  <summary type="html" xml:space="preserve">
  Find &amp;amp; hire affordable efreelancers, web designers, &lt;br&gt; engineers. Post freelance jobs, projects &lt;br&gt; join Today at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.websolatwork.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <email>carl.eich...@gmail.com</email>
  </author>
  <updated>2013-05-17T03:43:28Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/37f27efea466a7be</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/37f27efea466a7be" />
  <title type="html">can&#39;t convert from type A* to type B*</title>
  <summary type="html" xml:space="preserve">
  I need to change DMapEntry::pData from a char* to a class DMapData that contains the original pointer but still be able to refer to &amp;amp;pData[offset] in DMapEntry without changing it. Is this possible? &lt;br&gt; &lt;p&gt;class DMapData { &lt;br&gt; char* pData; &lt;br&gt; public: &lt;br&gt; char* operator-&amp;gt;() { return pData; } &lt;br&gt; char operator[](size_t offset) { return pData[offset]; }
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pinnerite</name>
  <email>pinner...@gmail.com</email>
  </author>
  <updated>2013-05-16T11:36:43Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/adf2a49af626ab40</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/adf2a49af626ab40" />
  <title type="html">Advice on an approach to a problem</title>
  <summary type="html" xml:space="preserve">
  I make great use of a &#39;C&#39; program written by someone else. It works &lt;br&gt; invisibly but creates files named by itself. I would like to grant the user &lt;br&gt; the option to create their own filenames and the paths for the created &lt;br&gt; files. &lt;br&gt; &lt;p&gt;My question is in which environment to tackle this: C or C++? &lt;br&gt; I have not programmed for some time but keep up to date as best I can. I
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Forone</name>
  <email>4...@gmx.at</email>
  </author>
  <updated>2013-05-16T07:02:43Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/de3c3059cfd8c103</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/de3c3059cfd8c103" />
  <title type="html">c++11 std::array init</title>
  <summary type="html" xml:space="preserve">
  hello group, &lt;br&gt; &lt;p&gt;why can i initialize a local std::array in this way: &lt;br&gt; &lt;p&gt;std::array&amp;lt;float, 3&amp;gt; locvar{1.0f, 2.0f, 3.0f}; &lt;br&gt; &lt;p&gt;but as member &amp;quot;only&amp;quot; in this way: &lt;br&gt; &lt;p&gt;std::array&amp;lt;float, 3&amp;gt; member{{1.0f, 2.0f, 3.0f}}; &lt;br&gt; &lt;p&gt;i use mingw g++ 4.8.0 (32 bit). &lt;br&gt; &lt;p&gt;thanks a lot, chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>susheel kumar</name>
  <email>susheel.san...@gmail.com</email>
  </author>
  <updated>2013-05-15T21:39:58Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d78ed6fa92586158</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d78ed6fa92586158" />
  <title type="html">Immediate Position:::Business Analyst With BI EXP::::At Houston, TX</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;This is Girish, - Recruitment and Resources from SancroSoft USA Inc. &lt;br&gt; &lt;p&gt;We have an urgent requirement as follows: &lt;br&gt; &lt;p&gt;Please respond with resumes in MS-Word Format with the following details toGir...@sancrosoftusa.com &lt;br&gt; &lt;p&gt;Full Name : &lt;br&gt; Location : &lt;br&gt; Contact Number : &lt;br&gt; Email : &lt;br&gt; Availability :
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeffrey Walton</name>
  <email>noloa...@gmail.com</email>
  </author>
  <updated>2013-05-15T03:46:20Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/4196061c1222582c</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/4196061c1222582c" />
  <title type="html">OT: Comeau Compiler?</title>
  <summary type="html" xml:space="preserve">
  Sorry for the OT fodder. Google is not being very helpful.... &lt;br&gt; &lt;p&gt;Does anyone know if the Comeau Compiler is still available? Are they &lt;br&gt; out of business? &lt;br&gt; &lt;p&gt;It appears the site (comeaucomputing.com) has been down since [at &lt;br&gt; least] December 2012 (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://en.wikipedia.org/wiki/Talk:Comeau_C/C+&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; +#Dead.3F).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Haochen Xie</name>
  <email>haoc...@xie.name</email>
  </author>
  <updated>2013-05-15T01:25:16Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/f5f9c7857f35fd2b</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/f5f9c7857f35fd2b" />
  <title type="html">Temporary Object</title>
  <summary type="html" xml:space="preserve">
  Assuming we have class C defined as: &lt;br&gt; &lt;p&gt;class C { &lt;br&gt; public: &lt;br&gt; int x, y; &lt;br&gt; C operator++() { ++x, ++y; return *this; } &lt;br&gt; &lt;p&gt;So the following line is legal since C is a user defined type: &lt;br&gt; &lt;p&gt;++C(); &lt;br&gt; &lt;p&gt;But could any one tell me why the following codes are illegal: &lt;br&gt; &lt;p&gt;void foo(C &amp;amp;c, int val) { &lt;br&gt; printf(&amp;quot;%d, %d\n&amp;quot;, c.x, c.y);
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nikki Locke</name>
  <email>ni...@trumphurst.com</email>
  </author>
  <updated>2013-05-14T22:19:13Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/79a1ce040d9f6596</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/79a1ce040d9f6596" />
  <title type="html">Available C++ Libraries FAQ</title>
  <summary type="html" xml:space="preserve">
  Available C++ Libraries FAQ &lt;br&gt; &lt;p&gt;URL: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.trumphurst.com/cpplibs/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This is a searchable list of libraries and utilities (both free &lt;br&gt; and commercial) available to C++ programmers. &lt;br&gt; &lt;p&gt;If you know of a library which is not in the list, why not fill &lt;br&gt; in the form at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.trumphurst.com/cpplibs/cppsub.php&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>23alagmy</name>
  <email>hossamala...@gmail.com</email>
  </author>
  <updated>2013-05-14T12:46:16Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b7e5a7b9f760d953</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b7e5a7b9f760d953" />
  <title type="html">ssl proxy server</title>
  <summary type="html" xml:space="preserve">
  ssl proxy server &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://natigtas7ab.blogspot.com/2013/05/ssl-proxy-server.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <email>anewme...@gmail.com</email>
  </author>
  <updated>2013-05-14T01:50:10Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/7d4a99330d401f9e</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/7d4a99330d401f9e" />
  <title type="html">Ask for program</title>
  <summary type="html" xml:space="preserve">
  Who have c++ program that include string,pointer and 2D array?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Victor Bazarov</name>
  <email>v.baza...@comcast.invalid</email>
  </author>
  <updated>2013-05-13T20:08:13Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/7a2991c2bc957389</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/7a2991c2bc957389" />
  <title type="html">Re: Looking for intuitive explanation of complex template class!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</title>
  <summary type="html" xml:space="preserve">
  What seems to be the stumbling point? &lt;br&gt; &lt;p&gt;And what book (or books) are you reading that doesn&#39;t (don&#39;t) explain at &lt;br&gt; least some of the elements of this declaration that you find puzzling? &lt;br&gt; Please post the titles and authors so we could include them in the list &lt;br&gt; of books to avoid. Thanks! &lt;br&gt; &lt;p&gt;I&#39;m amazed at them too!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Asif Ali</name>
  <email>aliasif...@gmail.com</email>
  </author>
  <updated>2013-05-13T16:14:09Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/10f56d8fa155d2b7</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/10f56d8fa155d2b7" />
  <title type="html">HP Pavilion 20-b110z All in One PC an Addition of High Performance technology with simple setup and space saving</title>
  <summary type="html" xml:space="preserve">
  HP Pavilion 20-b110z is a new addition in the computer technology. It is designed for combining high performance and enhanced media technology for simple setup and space saving. You can now benefit from fast, fluid performance and enriched multimedia with our newly designed HP Pavilion 20 All-in-One Desktop. Control your music, photos and videos remotely, and save space in style with the slim design and one-wire setup. For more details please visit Computersspecs.com
  </summary>
  </entry>
  <entry>
  <author>
  <email>sergei.nakariako...@gmail.com</email>
  </author>
  <updated>2013-05-13T16:01:44Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d8a0b58b38b9fa82</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d8a0b58b38b9fa82" />
  <title type="html">Effective Coding Interviews</title>
  <summary type="html" xml:space="preserve">
  Effective Coding Interviews: Problems and Solutions by Jian Lee &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.amazon.com/Effective-Coding-Interviews-Problems-Solutions/dp/148495632X/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Book Description &lt;br&gt; &lt;p&gt;This book grew out of 10+ years of coding interviews questions frequently asked in interviews @Google, Amazon, Microsoft, Apple, Facebook and similar top technical companies.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tibra Capital</name>
  <email>hrti...@gmail.com</email>
  </author>
  <updated>2013-05-13T15:05:08Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/32c9c622c3bf13f4</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/32c9c622c3bf13f4" />
  <title type="html">C++/C# Developer Internship - opportunity in London</title>
  <summary type="html" xml:space="preserve">
  If you’re looking for an opportunity to work for an established and growing proprietary trading firm then look no further! &lt;br&gt; &lt;p&gt;Who is Tibra? &lt;br&gt; &lt;p&gt;Tibra Capital is a global financial markets trading company. Our focus is on systematic trading and arbitrage across multiple asset classes – namely equities, fixed interest securities, FX, commodities and related derivatives across the globe.
  </summary>
  </entry>
  <entry>
  <author>
  <name>ardi</name>
  <email>ardillasdelmo...@gmail.com</email>
  </author>
  <updated>2013-05-12T15:55:11Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e3dc4e393b99f8c7</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e3dc4e393b99f8c7" />
  <title type="html">Pure virtual accessors?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;In order to automate the document management in my applications (or at least minimizing the coding effort), I&#39;m planning to base the document design on an abstract class which has a pure virtual getter, a pure virtual setter, a pure virtual function for saving the item into a file, a pure virtual function for reading it from the file, as well as any other helpful functions (such as automatically flagging the document as &amp;quot;dirty&amp;quot; when the value has changed by calling the setter).
  </summary>
  </entry>
  <entry>
  <author>
  <name>qak</name>
  <email>q...@mts.net.nospam</email>
  </author>
  <updated>2013-05-12T14:50:57Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/257df30b4fe361a4</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/257df30b4fe361a4" />
  <title type="html">Overloading string literal</title>
  <summary type="html" xml:space="preserve">
  Suppose: int Buffer::Put(const char *s); &lt;br&gt; Where: Put() has to find the length of &#39;s&#39; by strlen(). &lt;br&gt; I would like to have: Put(&amp;quot;Header Tag...&amp;quot;) where sizeof(&amp;quot;Header Tag...&amp;quot;) - &lt;br&gt; 1 is known at compile-time. &lt;br&gt; Macro is acceptable, but must report error if &#39;s&#39; is not string literal: &lt;br&gt; sizeof(s) yield size of const char*, which is not length of string.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marcel Müller</name>
  <email>news.5.ma...@spamgourmet.org</email>
  </author>
  <updated>2013-05-12T14:50:47Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/a485298719729113</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/a485298719729113" />
  <title type="html">enums and signed/unsigned</title>
  <summary type="html" xml:space="preserve">
  The following code generates a warning about an singned/unsigned integer &lt;br&gt; comparison. I don&#39;t understand why. &lt;br&gt; &lt;p&gt;typedef enum &lt;br&gt; { TATTR_NONE = 0x00U &lt;br&gt; , TATTR_SONG = 0x01U &lt;br&gt; , TATTR_PLAYLIST = 0x02U &lt;br&gt; , TATTR_INVALID = 0x08U &lt;br&gt; , TATTR_WRITABLE = 0x10U &lt;br&gt; &lt;p&gt;inline static ATTRIBUTES operator|(ATTRIBUTES l, ATTRIBUTES r) \
  </summary>
  </entry>
  <entry>
  <author>
  <name>thong mfong</name>
  <email>mfongth...@gmail.com</email>
  </author>
  <updated>2013-05-12T09:11:38Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/81948bc303f1ba33</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/81948bc303f1ba33" />
  <title type="html">Seek for help..linked list..urgent!!!</title>
  <summary type="html" xml:space="preserve">
  I &#39;m C++ programming beginner..I need someone help me .. &lt;br&gt; There is error &amp;quot;expected primary-expression before &amp;quot;template&amp;quot;&amp;quot;..I &#39;m really don&#39;t know how to fix it..my compiler is Dev C++..pls giv me a favor.. &lt;br&gt; Thanks for helping... &lt;br&gt; &lt;p&gt;using namespace std; &lt;br&gt; &lt;p&gt;fstream fp; // fstream provides an interface to read and write data from files as input/output streams.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rui Maciel</name>
  <email>rui.mac...@gmail.com</email>
  </author>
  <updated>2013-05-11T18:13:56Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/8c176103f5113451</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/8c176103f5113451" />
  <title type="html">C++14 draft?</title>
  <summary type="html" xml:space="preserve">
  Does anyone know if there are any draft versions of C++14 floating around? &lt;br&gt; &lt;p&gt;Thanks in advance, &lt;br&gt; Rui Maciel
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony</name>
  <email>a...@some.org</email>
  </author>
  <updated>2013-05-11T10:01:51Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e9613c844778b67b</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e9613c844778b67b" />
  <title type="html">Donald Trump and his phalus n Chicago</title>
  <summary type="html" xml:space="preserve">
  Now THAT is a man with no common sense. You didn&#39;t make me a &amp;quot;job&amp;quot;, bitch. &lt;br&gt; Donald Trump sucks, and I suck to say that. With all your money, why didn&#39;t you &lt;br&gt; do anything good?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tony</name>
  <email>a...@some.org</email>
  </author>
  <updated>2013-05-11T09:31:25Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/8043956b09d1148f</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/8043956b09d1148f" />
  <title type="html">no subject</title>
  <summary type="html" xml:space="preserve">
  I am &amp;quot;socially lazy&amp;quot;. I don&#39;t accept spiel. Hence I am lonely. No one to talk &lt;br&gt; to. At every &amp;quot;job interview&amp;quot;. well c&#39;mon, there are no jobs unless ... &lt;br&gt; apparently donald trump&#39;s kid got to bore. I&#39;m gonna lose? What did I do so &lt;br&gt; wrong? (Those were questions to Mrs. Evanka). I mean, how is it that you don&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>BV BV</name>
  <email>bv8bv8...@gmail.com</email>
  </author>
  <updated>2013-05-10T19:43:00Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/eb057abc799b8796</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/eb057abc799b8796" />
  <title type="html">?????????? WHY DID PROPHET MUHAMMAD MARRY AISHA THE YOUNG GIRL</title>
  <summary type="html" xml:space="preserve">
  WHY DID PROPHET MUHAMMAD MARRY AISHA THE YOUNG GIRL? &lt;br&gt; &lt;p&gt;This is an important book talks about a common issue misunderstood but &lt;br&gt; misused by lots of thinkers and orientalists. It is “Why did Prophet &lt;br&gt; Muhammad marry Aisha the young girl?” The author shows the reason &lt;br&gt; behind their discussion. They want to distort the picture of Prophet
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joshua Maurice</name>
  <email>joshuamaur...@gmail.com</email>
  </author>
  <updated>2013-05-06T22:20:17Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/fe3bf1739d03d43b</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/fe3bf1739d03d43b" />
  <title type="html">Ignore - Testing new google groups interface.</title>
  <summary type="html" xml:space="preserve">
  This is a column longer than 80 characters. xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx
  </summary>
  </entry>
  <entry>
  <author>
  <name>Asif Ali</name>
  <email>aliasif...@gmail.com</email>
  </author>
  <updated>2013-05-03T17:47:39Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/a8b3a2dcda679a05</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/a8b3a2dcda679a05" />
  <title type="html">Gateway Introduces Powerful New FX Series Desktops</title>
  <summary type="html" xml:space="preserve">
  Gateway unveiled a new powerful FX Series desktop computer for extreme gaming, graphic-intensive multimedia applications. &lt;br&gt; The FX7020 is a value-based gaming power house costing close to $760 less than comparable systems. The high-performance FX7020 brings several new leading technologies to the FX line, including NVIDIA GeForce 8800GT technology for powerful, elegant and super-rich graphics for games and other graphics-intensive applications. For more detail visit ComputersSpecs.com
  </summary>
  </entry>
  <entry>
  <author>
  <email>leejia...@gmail.com</email>
  </author>
  <updated>2013-05-03T13:42:59Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ba106b3d91b5949c</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ba106b3d91b5949c" />
  <title type="html">New Book on The Boost C++ Libraries: Generic Programming by Sergei Nakariakov</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;New Book on The Boost C++ Libraries: Generic Programming by Sergei Nakariakov &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.amazon.com/The-Boost-Libraries-Generic-Programming/dp/148481391X/&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; &lt;p&gt;This book covers 24 Boost C++ Libraries: &lt;br&gt; 1 Type Traits &lt;br&gt; &lt;p&gt;BOOST_CHECK_TYPE &lt;br&gt; add_const &lt;br&gt; add_lvalue_reference &lt;br&gt; add_pointer &lt;br&gt; add_reference
  </summary>
  </entry>
  <entry>
  <author>
  <name>Juha Nieminen</name>
  <email>nos...@thanks.invalid</email>
  </author>
  <updated>2013-05-03T13:16:37Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/5ea7de1014a64f45</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/5ea7de1014a64f45" />
  <title type="html">&#39;auto&#39; and const references</title>
  <summary type="html" xml:space="preserve">
  Let&#39;s say that a function returns a const reference. If I say this: &lt;br&gt; &lt;p&gt; auto x = thatFunction(); &lt;br&gt; &lt;p&gt;what would the type of &#39;x&#39; be? Will it be a const reference, thus &lt;br&gt; eliding copying, or will a copy be made? &lt;br&gt; &lt;p&gt;Is there any difference to these: &lt;br&gt; &lt;p&gt; auto&amp;amp; x = thatFunction(); &lt;br&gt; &lt;p&gt; const auto&amp;amp; x = thatFunction();
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shriramana Sharma</name>
  <email>samj...@gmail.com</email>
  </author>
  <updated>2013-05-03T05:01:23Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/46541e8ef6d74d80</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/46541e8ef6d74d80" />
  <title type="html">Why are class static functions not in the scope of the class?</title>
  <summary type="html" xml:space="preserve">
  Hello. Please see the following code: &lt;br&gt; &lt;p&gt;struct A { static int i ; } ; &lt;br&gt; int A::* ip = &amp;amp; A::i ; &lt;br&gt; &lt;p&gt;I get the following errors with GCC 4.7.3 and Clang 3.2: &lt;br&gt; &lt;p&gt;GCC: error: cannot convert ‘int*’ to ‘int A::*’ in initialization &lt;br&gt; &lt;p&gt;Clang: error: cannot initialize a variable of type &#39;int A::*&#39; with an rvalue of type &#39;int *&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bo Persson</name>
  <email>b...@gmb.dk</email>
  </author>
  <updated>2013-05-02T17:15:15Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/103d47c7016ba520</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/103d47c7016ba520" />
  <title type="html">Re: C++11 Clause 12.7 paragraph 3</title>
  <summary type="html" xml:space="preserve">
  jabel...@gmail.com skrev 2013-05-02 16:29: &lt;br&gt; &lt;p&gt;Yes. &lt;br&gt; &lt;p&gt;The example is mostly about virtual inheritance and the problem is that &lt;br&gt; both C and D are derived from A, but there will still only be one A in a &lt;br&gt; complete E object. &lt;br&gt; &lt;p&gt;Until both C and D are fully constructed, the compiler isn&#39;t required to &lt;br&gt; know how to get a pointer to the A base class of E (and even then it&#39;s
  </summary>
  </entry>
  <entry>
  <author>
  <name>BV BV</name>
  <email>bv4bv4...@gmail.com</email>
  </author>
  <updated>2013-05-02T11:10:41Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d906496eedfa3eb2</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d906496eedfa3eb2" />
  <title type="html">???????? Did Muhammad Author the Quran</title>
  <summary type="html" xml:space="preserve">
  DID MUHAMMAD AUTHOR THE QURAN? &lt;br&gt; &lt;p&gt;Did Muhammad Author the Quran? &lt;br&gt; &lt;p&gt;Who authored the Quran? Someone must have produced it! After all, how &lt;br&gt; many desert men have stood up in the history of man and given the &lt;br&gt; world a book like the Quran? The book has amazing details of past &lt;br&gt; nations, prophets, and religions as well as accurate scientific
  </summary>
  </entry>
  <entry>
  <author>
  <name>mathog</name>
  <email>dmat...@gmail.com</email>
  </author>
  <updated>2013-05-01T20:57:36Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/6f8744bdb9c7d95d</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/6f8744bdb9c7d95d" />
  <title type="html">Test if const_iterator may be dereferenced - with no direct access to original vector.</title>
  <summary type="html" xml:space="preserve">
  What does one do in this situation: &lt;br&gt; &lt;p&gt;... &lt;br&gt; Glib::ustring::const_iterator icc; &lt;br&gt; ... &lt;br&gt; icc = _spans[lastspan].input_stream_ first_character; &lt;br&gt; ... &lt;br&gt; // need a test here to see if the next line is safe &lt;br&gt; if(*icc){ &lt;br&gt; &lt;p&gt;In the textbook examples one has both the vector and the iterator, so
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tinxx</name>
  <email>jeti...@web.de</email>
  </author>
  <updated>2013-05-01T14:05:35Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/49bf7528ea66841b</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/49bf7528ea66841b" />
  <title type="html">To go with Go or C/C++?</title>
  <summary type="html" xml:space="preserve">
  Don&#39;t worry, this is not about some religious language war. I&#39;m just looking for some advice from some C/C++ people who can judge better than me since my experience in C/C++ is very limited. I have been developing 10 years with Smalltalk and 10 years with Java. I did some C++ during my studies for my thesis, that&#39;s all.
  </summary>
  </entry>
  <entry>
  <author>
  <name>mike3</name>
  <email>mike4...@gmail.com</email>
  </author>
  <updated>2013-05-01T07:19:20Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/8cbd1cef74cd2901</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/8cbd1cef74cd2901" />
  <title type="html">Raw pointers not evil after all?</title>
  <summary type="html" xml:space="preserve">
  Hi. &lt;br&gt; &lt;p&gt;I saw this: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/4252273/should-i-use-smart-pointers-on-everything-and-forget-about-classic-normal-pointe&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; &amp;quot;You should use smart pointers careful. They are not the silver bullet &lt;br&gt; when considering memory management. Circular references are still an &lt;br&gt; issue.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Copeland</name>
  <email>mrc2...@cox.net</email>
  </author>
  <updated>2013-04-30T23:49:39Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/61a06e0b987edd53</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/61a06e0b987edd53" />
  <title type="html">ostringstream Question</title>
  <summary type="html" xml:space="preserve">
  How can I clear/reset/initialize an ostringstream object? I&#39;ve tried &lt;br&gt; both clear() and flush() calls to reset an object I&#39;ve used (so that I &lt;br&gt; can reuse it), but neither works: subsequent uses only append to the &lt;br&gt; object. Please advise. TIA
  </summary>
  </entry>
  <entry>
  <author>
  <name>Christopher Pisz</name>
  <email>some...@somewhere.net</email>
  </author>
  <updated>2013-04-29T21:31:54Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/80d82b1207689a39</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/80d82b1207689a39" />
  <title type="html">When did the bool type make it into the language?</title>
  <summary type="html" xml:space="preserve">
  Trivial argument at work. My cooworker claims that Windows invented the &lt;br&gt; BOOL type before C++ had a bool type. We&#39;re bored. &lt;br&gt; &lt;p&gt;When did bool make it&#39;s way into C or into C++ if not from the beginning?
  </summary>
  </entry>
  <entry>
  <author>
  <name>kurt krueckeberg</name>
  <email>kkrue...@gmail.com</email>
  </author>
  <updated>2013-04-29T16:41:17Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/88a0e310bef088d9</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/88a0e310bef088d9" />
  <title type="html">Signature of a template method that returns a nested template type gives compile errors</title>
  <summary type="html" xml:space="preserve">
  I have template class with a nested template class like this &lt;br&gt; &lt;p&gt; #include &amp;lt;utility&amp;gt; &lt;br&gt; template&amp;lt;typename K&amp;gt; class Tree23 { &lt;br&gt; &lt;p&gt; public: &lt;br&gt; template&amp;lt;typename Key&amp;gt; class Node { &lt;br&gt; private: &lt;br&gt; friend class Tree23&amp;lt;K&amp;gt;; &lt;br&gt; // snip . . . &lt;br&gt; };
  </summary>
  </entry>
  <entry>
  <author>
  <name>OpenMP</name>
  <email>openmp....@gmail.com</email>
  </author>
  <updated>2013-04-29T15:00:14Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ce4e197b09bd30da</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ce4e197b09bd30da" />
  <title type="html">International Workshop on OpenMP 2013 - extended submission deadline - May 10, 2013</title>
  <summary type="html" xml:space="preserve">
  CALL FOR PAPERS: extended submission deadline May 10, 2013 &lt;br&gt; &lt;p&gt; 9th International Workshop on OpenMP &lt;br&gt; IWOMP 2013 &lt;br&gt; Sept 16-18, 2013 &lt;br&gt; Canberra, Australia &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.iwomp.org/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Forone</name>
  <email>4...@gmx.at</email>
  </author>
  <updated>2013-04-28T16:00:07Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ec4c289302182bbd</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ec4c289302182bbd" />
  <title type="html">lambda recursion</title>
  <summary type="html" xml:space="preserve">
  hello group, &lt;br&gt; &lt;p&gt;can a lambda function call itself for recursion purposes? thanks for &lt;br&gt; answering! &lt;br&gt; &lt;p&gt;cheers, chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joe Snodgrass</name>
  <email>vaughan.andur...@gmail.com</email>
  </author>
  <updated>2013-04-27T12:58:11Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/3d76fae52b944283</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/3d76fae52b944283" />
  <title type="html">Compilation of Awkward Syntax</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve almost finished teaching myself C++, but there&#39;s one last step I &lt;br&gt; have to take. I need to teach myself all the situations that require &lt;br&gt; one to use a strange looking combination of operators. &lt;br&gt; &lt;p&gt;One example of a strange looking combination of operators that I &lt;br&gt; managed to work through is &lt;br&gt; &lt;p&gt;tmp=(Node&amp;lt;int&amp;gt;*)ptr,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Copeland</name>
  <email>mrc2...@cox.net</email>
  </author>
  <updated>2013-04-26T22:52:10Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/76f2dff296fbe3eb</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/76f2dff296fbe3eb" />
  <title type="html">stringstream Problems</title>
  <summary type="html" xml:space="preserve">
  I am trying to use stringstreams to parse some complex data. In the &lt;br&gt; code below, myTest is a string that contains int (9), char (&#39;M&#39;), &lt;br&gt; string (&amp;quot;45-49&amp;quot;) and &lt;br&gt; string (&amp;quot; Male Age Group 45-49&amp;quot;) data fields, and I can&#39;t get the &lt;br&gt; code to work. Perhaps there&#39;s an option to set or function to call, but
  </summary>
  </entry>
  <entry>
  <author>
  <email>dotnetbud...@googlemail.com</email>
  </author>
  <updated>2013-04-26T15:47:45Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e0563d24f2e2a19e</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e0563d24f2e2a19e" />
  <title type="html">Best way to access methods of Objects and its sub-Objects</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; I was always unsure as how to deal with cases where one has to access methods of objects contained with in the class. Basically, if we have a complex system as a car, where things can be abstracted in several classes, what is the ideal way to access one/several methods of an object contained in the class, which inturn contain additional classes ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Christopher Pisz</name>
  <email>some...@somewhere.net</email>
  </author>
  <updated>2013-04-25T22:34:06Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/313abe5269794f26</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/313abe5269794f26" />
  <title type="html">const defined as class member in another module</title>
  <summary type="html" xml:space="preserve">
  I need to define the size of an array at compile time. &lt;br&gt; &lt;p&gt;The size I need to use is a static constant unsigned long which is a &lt;br&gt; public class member in another library. &lt;br&gt; &lt;p&gt;The compiler complains that &amp;quot;expected constant size&amp;quot; &lt;br&gt; &lt;p&gt;If I try to use keyword extern, it compains that it is a class member &lt;br&gt; and I cannot use keyword extern on it.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lynn McGuire</name>
  <email>l...@winsim.com</email>
  </author>
  <updated>2013-04-25T20:32:53Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/022cc23ccef14a30</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/022cc23ccef14a30" />
  <title type="html">according to MS, stricmp is deprecated</title>
  <summary type="html" xml:space="preserve">
  According to Microsoft Visual C++ 2005, stricmp &lt;br&gt; is deprecated and they want us to use _stricmp. &lt;br&gt; &lt;p&gt;Does anyone know why? &lt;br&gt; &lt;p&gt;Does anyone recommend a good replacement? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Lynn McGuire
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Forone</name>
  <email>4...@gmx.at</email>
  </author>
  <updated>2013-04-25T11:43:31Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d89b4a1576747c81</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/d89b4a1576747c81" />
  <title type="html">const local vs. member</title>
  <summary type="html" xml:space="preserve">
  hello group, &lt;br&gt; &lt;p&gt;what do you think/know is faster: &lt;br&gt; &lt;p&gt;Matrix&amp;amp; Matrix::Translate(GLfloat x, GLfloat y, GLfloat z) &lt;br&gt; { &lt;br&gt; const std::array&amp;lt;GLfloat, 16&amp;gt; translate = &lt;br&gt; { &lt;br&gt; 1.0f, 0.0f, 0.0f, 0.0f, &lt;br&gt; 0.0f, 1.0f, 0.0f, 0.0f, &lt;br&gt; 0.0f, 0.0f, 1.0f, 0.0f, &lt;br&gt; x, y, z, 1.0f &lt;br&gt; }; &lt;br&gt; &lt;p&gt;	return *this *= translate; &lt;br&gt; &lt;p&gt;or to use a second std::array&amp;lt;GLfloat, 16&amp;gt; member, clear it every call
  </summary>
  </entry>
  <entry>
  <author>
  <email>kfrank2...@gmail.com</email>
  </author>
  <updated>2013-04-25T03:18:27Z</updated>
  <id>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/6134a409a7f6716b</id>
  <link href="http://groups.google.com/group/comp.lang.c++/browse_thread/thread/6134a409a7f6716b" />
  <title type="html">Why does this incorrect CRTP static_cast compile?</title>
  <summary type="html" xml:space="preserve">
  Hello Group! &lt;br&gt; &lt;p&gt;The Wikipedia CRTP article: &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://en.wikipedia.org/wiki/Curiously_recurring_template_pattern&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;has a comment that confused me: &lt;br&gt; &lt;p&gt; Pitfalls &lt;br&gt; &lt;p&gt; One issue with CRTP is that the correct usage of the &lt;br&gt; pattern by derived classes cannot be checked at compile &lt;br&gt; time. For example, with the above example of Shape_CRTP,
  </summary>
  </entry>
</feed>
