<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.c++ Google Group</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++</link>
  <description>The object-oriented C++ language.</description>
  <language>en</language>
  <item>
  <title>Re: Test if number is integer or float?</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/c5582f6cf2c3cec9/057f1cadd8817b9e?show_docid=057f1cadd8817b9e</link>
  <description>
  As we are talking about a syntax used to represent numbers, I don&#39;t believe that there could &lt;br&gt; possibly be any ambiguity in this subject. It is pretty clear that, in this context, the &lt;br&gt; string &amp;quot;123.0&amp;quot; represents a floating point number while the string &amp;quot;123&amp;quot; represents an &lt;br&gt; integer. &lt;br&gt; Rui Maciel
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/c5582f6cf2c3cec9/057f1cadd8817b9e?show_docid=057f1cadd8817b9e</guid>
  <author>
  rui.mac...@gmail.com
  (Rui Maciel)
  </author>
  <pubDate>Sun, 14 Mar 2010 14:10:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Test if number is integer or float?</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/c5582f6cf2c3cec9/959f7e7bf55f62ff?show_docid=959f7e7bf55f62ff</link>
  <description>
  I was trying to avoid that in hopes that somewhere some standard routine or even library was &lt;br&gt; able to do that job. Oh well, a parser it is then. &lt;br&gt; Thanks for the help, &lt;br&gt; Rui Maciel
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/c5582f6cf2c3cec9/959f7e7bf55f62ff?show_docid=959f7e7bf55f62ff</guid>
  <author>
  rui.mac...@gmail.com
  (Rui Maciel)
  </author>
  <pubDate>Sun, 14 Mar 2010 14:12:27 UT
</pubDate>
  </item>
  <item>
  <title>Discount Wholesale Christian Audigier Jeans BAPE Jeans Coogi Jeans D&amp;G Jeans Diesel Jeans ED Hardy Jeans (www.vipchinatrade.com)</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/2ca7a85947ab2ccb/03131f207f457ea9?show_docid=03131f207f457ea9</link>
  <description>
  Discount Wholesale Affliction Jeans &amp;lt;free shipping paypal payment&amp;gt; &lt;br&gt; Discount Wholesale AK Jeans ( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt; ) &lt;br&gt; Discount Wholesale Armani Jeans &lt;br&gt; Discount Wholesale Artful Dodger Jeans &amp;lt;free shipping paypal payment&amp;gt; &lt;br&gt; Discount Wholesale BAPE Jeans &lt;br&gt; Discount Wholesale BBC Jeans ( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt; )
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/2ca7a85947ab2ccb/03131f207f457ea9?show_docid=03131f207f457ea9</guid>
  <author>
  chinatradeshoes...@163.com
  (wendy)
  </author>
  <pubDate>Sun, 14 Mar 2010 14:30:38 UT
</pubDate>
  </item>
  <item>
  <title>numerical lib for C++</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/0a961d50be2abffb/20a0d05ec083e246?show_docid=20a0d05ec083e246</link>
  <description>
  Hello, &lt;br&gt; I have a lot differential equation and would solve &lt;br&gt; the problem with finite element method. Is there &lt;br&gt; any good open-source lib which I can use with &lt;br&gt; the boost ublas structures? &lt;br&gt; Thanks for help &lt;br&gt; Phil
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/0a961d50be2abffb/20a0d05ec083e246?show_docid=20a0d05ec083e246</guid>
  <author>
  philipp.kr...@flashpixx.de
  (Philipp Kraus)
  </author>
  <pubDate>Sun, 14 Mar 2010 14:30:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Detect overflow by reading ALU&#39;s carryout</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/79dd68b0935434cf/3dece0d155c74887?show_docid=3dece0d155c74887</link>
  <description>
  On 14 Mar 2010 13:07:28 GMT &lt;br&gt; He probably means adc (add with carry) instruction. It is used to &lt;br&gt; implement fast bigint add. &lt;br&gt; Greets
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/79dd68b0935434cf/3dece0d155c74887?show_docid=3dece0d155c74887</guid>
  <author>
  bm...@hotmail.com
  (Branimir Maksimovic)
  </author>
  <pubDate>Sun, 14 Mar 2010 13:51:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Detect overflow by reading ALU&#39;s carryout</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/79dd68b0935434cf/ca573500f0fbbeea?show_docid=ca573500f0fbbeea</link>
  <description>
  And you have verified that if you write it in a straight-forward way, &lt;br&gt; (a) the compiler doesn&#39;t optimize it to perfection and (b) it *does* &lt;br&gt; take unacceptable long time? &lt;br&gt; But I&#39;m not actually sure what the straightforward test would be. It &lt;br&gt; would be an interesting exercise. And you&#39;re right, if you know
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/79dd68b0935434cf/ca573500f0fbbeea?show_docid=ca573500f0fbbeea</guid>
  <author>
  grahn+n...@snipabacken.se
  (Jorgen Grahn)
  </author>
  <pubDate>Sun, 14 Mar 2010 13:07:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Leaking Memory</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/056c91fbfab1ee54/02c6c5c0aae5e1a8?show_docid=02c6c5c0aae5e1a8</link>
  <description>
  I don&#39;t know, but my standard response to the constant stream of &lt;br&gt; people having trouble with C arrays: use std::vector and the problem &lt;br&gt; disappears. &lt;br&gt; /Jorgen
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/056c91fbfab1ee54/02c6c5c0aae5e1a8?show_docid=02c6c5c0aae5e1a8</guid>
  <author>
  grahn+n...@snipabacken.se
  (Jorgen Grahn)
  </author>
  <pubDate>Sun, 14 Mar 2010 12:55:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: is c++ requirement to cast pointers(like the one returned from malloc) redundant ?</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/8950b96d26771dd5/dc94d72500ef7237?show_docid=dc94d72500ef7237</link>
  <description>
  ... &lt;br&gt; Which (real-life) situations are that? Interfacing to C libraries &lt;br&gt; which use it: yes. I think I&#39;d wrap such an API if I had to use it. &lt;br&gt; But other than that, I can&#39;t remember having used void* recently. &lt;br&gt; /Jorgen
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/8950b96d26771dd5/dc94d72500ef7237?show_docid=dc94d72500ef7237</guid>
  <author>
  grahn+n...@snipabacken.se
  (Jorgen Grahn)
  </author>
  <pubDate>Sun, 14 Mar 2010 12:24:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: Converting CHAR_MAX+1 to char?</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/e2b486172011f68f/36b76b6e3eefd1c0?show_docid=36b76b6e3eefd1c0</link>
  <description>
  If we look at the type traits (C++0x), is_signed and is_unsigned are &lt;br&gt; defined for all arithmetic types, which includes plain char. There the &lt;br&gt; expression char(-1) &amp;lt; char(0) defines its signedness. &lt;br&gt; Bo Persson
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/e2b486172011f68f/36b76b6e3eefd1c0?show_docid=36b76b6e3eefd1c0</guid>
  <author>
  b...@gmb.dk
  (Bo Persson)
  </author>
  <pubDate>Sun, 14 Mar 2010 11:37:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: is c++ requirement to cast pointers(like the one returned from malloc) redundant ?</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/8950b96d26771dd5/fc67c6e56d2c283d?show_docid=fc67c6e56d2c283d</link>
  <description>
  But that&#39;s C code, not C++. &lt;br&gt; Templates solves the problem of returning the proper type, as shown by &lt;br&gt; the new operator. That way you don&#39;t need the totsally unsafe implicit &lt;br&gt; casting. &lt;br&gt; Bo Persson
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/8950b96d26771dd5/fc67c6e56d2c283d?show_docid=fc67c6e56d2c283d</guid>
  <author>
  b...@gmb.dk
  (Bo Persson)
  </author>
  <pubDate>Sun, 14 Mar 2010 11:17:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Assertion vs Exception Handling</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/5967082ed48e0704/6af4b1f461969d79?show_docid=6af4b1f461969d79</link>
  <description>
  * Chris Gordon-Smith: &lt;br&gt; Sure. That&#39;s almost a given. But we&#39;re not a point yet where there&#39;s even any &lt;br&gt; consensus about the simplest things. &lt;br&gt; Consider the C++ standard library&#39;s exception hierarchy. I haven&#39;t heard about &lt;br&gt; anyone who use those exception types as their names indicate. Yet very good &lt;br&gt; brains were involved in forming the standard library.
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/5967082ed48e0704/6af4b1f461969d79?show_docid=6af4b1f461969d79</guid>
  <author>
  al...@start.no
  (Alf P. Steinbach)
  </author>
  <pubDate>Sun, 14 Mar 2010 11:01:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: Assertion vs Exception Handling</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/5967082ed48e0704/fb7616896368aef9?show_docid=fb7616896368aef9</link>
  <description>
  I would be interested to know whether there are any guidelines on this. It seems to me &lt;br&gt; that exceptions are often useful in cases where the program itself has done nothing &lt;br&gt; wrong, but something unusual has happened in its environment. &lt;br&gt; For example, &#39;out of memory&#39;, or a network error. If the program&#39;s users value
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/5967082ed48e0704/fb7616896368aef9?show_docid=fb7616896368aef9</guid>
  <author>
  use.addr...@my.homepage.invalid
  (Chris Gordon-Smith)
  </author>
  <pubDate>Sun, 14 Mar 2010 10:48:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Should Singleton instance be destructed after file:///usr/share/applications/abrowser.desktopits usage</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/911f36cf66d1ffdc/dc07cbe119febab5?show_docid=dc07cbe119febab5</link>
  <description>
  Robert Fendt &amp;lt;no.s...@local.local&amp;gt; wrote in &lt;br&gt; Not really, I have no desire to destroy singletons ;-) and I believe atexit &lt;br&gt; () might be even more trickier to get right than static destructors, &lt;br&gt; especially with dynamic load libraries. &lt;br&gt; Cheers &lt;br&gt; Paavo
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/911f36cf66d1ffdc/dc07cbe119febab5?show_docid=dc07cbe119febab5</guid>
  <author>
  myfirstn...@osa.pri.ee
  (Paavo Helde)
  </author>
  <pubDate>Sun, 14 Mar 2010 09:22:18 UT
</pubDate>
  </item>
  <item>
  <title>Free shipping GHD MK4 MK5, GHD CHI hair straightener crimping iron&lt;www.vipchinatrade.com&gt;</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/6af97a14e19e7d6e/d744091abcb0dfdf?show_docid=d744091abcb0dfdf</link>
  <description>
  Free shipping GHD MK4 MK5 cheap Wholesale, GHD hair straightener &lt;br&gt; Wholesale(&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Cheap Benefit GHD (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Cheap Black GHD (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Cheap Dark GHD (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Cheap pink GHD (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Cheap new style Leopard GHD (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.vipchinatrade.com&quot;&gt;[link]&lt;/a&gt;)
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/6af97a14e19e7d6e/d744091abcb0dfdf?show_docid=d744091abcb0dfdf</guid>
  <author>
  chinashtrade...@163.com
  (yoyo)
  </author>
  <pubDate>Sun, 14 Mar 2010 09:18:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: help to compile on openSuse 11.2</title>
  <link>http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/e31f1c0cfd4a7b96/25ea395702c2c263?show_docid=25ea395702c2c263</link>
  <description>
  I&#39;ve sent an email at sourceforge...waiting for response
  </description>
  <guid isPermaLink="true">http://groups.google.com.kh/group/comp.lang.c++/browse_thread/thread/e31f1c0cfd4a7b96/25ea395702c2c263?show_docid=25ea395702c2c263</guid>
  <author>
  cyberm...@nospam.com
  (mickCyber)
  </author>
  <pubDate>Sun, 14 Mar 2010 09:00:34 UT
</pubDate>
  </item>
  </channel>
</rss>
