<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/">
<title>talkaboutprogramming.com C++ Moderated</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-05-15T00:05:44+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222496.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222484.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222478.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222476.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222470.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222443.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222441.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222440.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222436.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222425.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222418.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222411.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222406.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222397.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222396.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222395.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222393.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222390.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222388.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222383.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/comp.lang.c++.moderated/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com C++ Moderated</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222496.html">
<title>operator new not forced to throw std::bad_alloc?</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222496.html</link>
<description>Hi!  During some debug session of an MFC application (VS2005) I found out that std::allocatordouble::allocate calls operator new which throws a CMemoryException.  I expected operator new to throw std::bad_alloc, so that exception went uncaught. This ...</description>
<dc:creator>numerical.simulation@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-13T11:57:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222484.html">
<title>pass all container elements to member function (for_each  and 	m</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222484.html</link>
<description>class Simple { }  class Holder {       vectorSimple vec       void Do(const Simple s) const      {          // does something with s      }       void DoAll()      {          for_each(vec.begin(), vec.end(), mem_fun_ref(Holder::Do))      }  }  Here i...</description>
<dc:creator>Nikola ltpopizdeh@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-12T09:28:02+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222478.html">
<title>Bytes order with different C++ compilers</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222478.html</link>
<description>Sorry, Ive got a question closely connected with this topic. Where could I find the direct instruction that C++ compiler is not allowed to manilupate the bytes oreder in representation of numbers for its free will. It could seem obivous for someone b...</description>
<dc:creator>Ulysses4ever@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T16:40:44+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222476.html">
<title>Is this standard, or Visual C++ bug ?</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222476.html</link>
<description>Ok so consider this code :  namespace Bar { 	template class T2 	T2 f() 	{ 		return T2(0) 	} }  template class T void Foo(float y = Bar::ffloat()) { }  int main() { 	Fooint() // C2783: T2 Bar::f(void) : could not deduce template argument for T2 	retur...</description>
<dc:creator>rolkA ltsamy.rolka@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T16:41:13+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222470.html">
<title>ANN: AutoNewPtr (oh yes, yet another smartpointer)</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222470.html</link>
<description>{ since lines in this posting are longer than recommended 70   symbols, you can see some reformatting by the server or by your   newsreading software.  there are several links in the text, you   might need to enter them into your browser manually.  -...</description>
<dc:creator>Alf P. Steinbach ltalfps@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T09:42:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222443.html">
<title>Likelihood That (CHAR_BIT == 8).</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222443.html</link>
<description>Hi All,  I would like to know of existing systems where CHAR_BIT of climits is not equal to 8. I am particular interested in prevalent systems.  Technically, my code is mostly portable, but only within a particular machine. Innter-machine interaction...</description>
<dc:creator>Le Chaud Lapin ltjaibuduvin@[EMAIL PROTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T21:23:59+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222441.html">
<title>Big Endian, Little Endian.</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222441.html</link>
<description>Hi All,  What header or compile-time trick allows one to determine the byte- order of target CPU?  TIA,  -Le Chaud Lapin-  --        [ See http://www.gotw.ca/resources/clcm.htm for info about ]       [ comp.lang.c++.moderated.    First time posters: ...</description>
<dc:creator>Le Chaud Lapin ltjaibuduvin@[EMAIL PROTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T21:25:48+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222440.html">
<title>Nested class accessing private member of parent</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222440.html</link>
<description>In the following  code, nested class B is accessing private member of A. Is this allowed? This code compiles on Comeau online test compiler and Visual Studio 2005.  class A  {     class B    {        A* a        int bVal        B() { bVal = a-aVal } ...</description>
<dc:creator>sat_andi@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T21:26:07+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222436.html">
<title>Misuses of RTTI</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222436.html</link>
<description>RTTI should only be used sparingly in C++ programs. There are several reasons for this. Most importantly, other language mechanisms such as polymorphism and templates are almost always superior to RTTI. As with everything, there are exceptions, but t...</description>
<dc:creator>OuFeRRaT ltouferrat@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T21:13:35+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222425.html">
<title>Open source library for generating and parsing (x)html</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222425.html</link>
<description>Hello,  For anyone with a need to generate or parse (x)html, Id like to announce a relatively new lightweight library for generating xhtml and parsing xhtml and html.  Xport, XHTML Parsing  Objective Reporting Toolkit, is a new open source lightweigh...</description>
<dc:creator>Mitchel Haas ltmhaas@[EMAIL PROTECTED]
g...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T09:25:17+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222418.html">
<title>template depth problem</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222418.html</link>
<description>Trying to have the following usage however, gcc is not liking.  #include boost/smart_ptr.hpp  namespace xyz { class elem { public:      typedef boost::shared_ptrelem     elem_sptr }  }  #include map  namespace abc { template typename ObjectType class...</description>
<dc:creator>Venkat ltswara101@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T21:30:31+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222411.html">
<title>Dynamically read string</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222411.html</link>
<description>Hi,  Are there any simple method to read string into dynamic array of string, e.g. char**  E.g.  char **c  Since the number of line is unknown, how the dynamic allocation is done actually?  Thanks.  --        [ See http://www.gotw.ca/resources/clcm.h...</description>
<dc:creator>howa lthowachen@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T21:29:23+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222406.html">
<title>printing template argument</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222406.html</link>
<description>Hello,    Im wondering about how to print the name of the template argument in a template method.  templatetypename C class ABC {      void func()       { std::cout  C  std::endl }   // just to make the problem clear   }  ABCint x x.func()  Im expect...</description>
<dc:creator>Venkat ltswara101@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-08T03:31:00+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222397.html">
<title>Apache C++ Standard Library 4.2.1 released</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222397.html</link>
<description>May 1, 2008  The Apache C++ Standard Library project is pleased to announce the release of stdcxx 4.2.1. The distribution can be downloaded from one of the Apache Download Mirrors, such as:    http://mirror.atlanticmetro.net/apache/stdcxx/.  For the ...</description>
<dc:creator>Martin Sebor ltsebor@[EMAIL PROTECTED]
g...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-07T18:26:48+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222396.html">
<title>Adapting code for C++98 compliance.</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222396.html</link>
<description>Im a very competent and experienced C programmer, with a pretty good understanding of C++98. I havent kept up very well on the changes that have been made since C++98, but for the code Im talking about, C++98 is the relevant standard. I used to parti...</description>
<dc:creator>James Kuyper ltjameskuyper@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-07T11:43:28+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222395.html">
<title>Duplicate symbols combined without warning</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222395.html</link>
<description>Hi!  Not really sure where to post this, maybe the gcc list instead?  Anyway, if I have two cpp files with identical class declarations (but with different semantics) of an internal class, and link them together, one of the implementations get thrown...</description>
<dc:creator>nils.hjelte@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-07T11:43:28+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222393.html">
<title>wide codecvt not used unless sync_with_stdio(false)</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222393.html</link>
<description>Hi!  Im facing a problem with the following code that uses a custom codecvt facet for wide streams. The facet is taken from Boost (actually a recent svn trunk checkout, but the considered code did not change a while, a 1.34 or 1.35 release would do) ...</description>
<dc:creator>Frank Birbacher ltbloodymir.crap@[EMAIL ...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-07T11:43:28+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222390.html">
<title>Template function problem language or compiler bug?</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222390.html</link>
<description>Hi,  I found a bit of a weirdo using Intel 4.5 compiler  Ive seen similar bad stuff in VC6. I dont know if it is a language feature or a bug in the compilers template handling - the compilers are old.  Basically I have a template function (as a membe...</description>
<dc:creator>Chris Morley ltchris.morley@[EMAIL PROTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-07T11:43:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222388.html">
<title>sorting criteria (understanding)</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222388.html</link>
<description>Hi,  unfortunately I have lost the link to the anwer of the question: Why is the functor of a std::sort copied several times?  Whats the reason for this handling?  I have written a template adapter to use a given object providing the required sorting...</description>
<dc:creator>Thomas Lehmann ltt.lehmann@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-07T11:43:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222383.html">
<title>templates - partial specialization</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.c++.moderated/messages/222383.html</link>
<description>Hello All, I was trying to execute couple of examples to understand the partial template specialization concept. Here is one among those.  #includeiostream using namespace std templateclass T class my_vec {                 public:      my_vec(){std::...</description>
<dc:creator>Bharath lttiromarch08@[EMAIL PROTECTED]
...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-07T10:58:39+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/comp.lang.c++.moderated/search.html">
<title>Search talkaboutprogramming.com C++ Moderated</title>
<description>Search talkaboutprogramming.com C++ Moderated</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/comp.lang.c++.moderated/search.html</link>
</textinput>

</rdf:RDF>
