<?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.eg/group/comp.lang.c++</link>
  <description>The object-oriented C++ language.</description>
  <language>en</language>
  <item>
  <title>Re: Who gets higher salary a Java Programmer or a C++ Programmer?</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/4017272356b778c8/3d32793076db26c6?show_docid=3d32793076db26c6</link>
  <description>
  &amp;quot;Opposing&amp;quot; with respect to what?
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/4017272356b778c8/3d32793076db26c6?show_docid=3d32793076db26c6</guid>
  <author>
  no...@lewscanon.com
  (Lew)
  </author>
  <pubDate>Tue, 02 ديسمبر 2008 01:10:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Who gets higher salary a Java Programmer or a C++ Programmer?</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/4017272356b778c8/f00e6e3aa2f7d81d?show_docid=f00e6e3aa2f7d81d</link>
  <description>
  Information entropy is a well-established principle since Shannon, and is core &lt;br&gt; to computer science (pun intended).
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/4017272356b778c8/f00e6e3aa2f7d81d?show_docid=f00e6e3aa2f7d81d</guid>
  <author>
  no...@lewscanon.com
  (Lew)
  </author>
  <pubDate>Tue, 02 ديسمبر 2008 01:10:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: C++ Primer 4th edition</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/78f2b1b6fcb5d885/ae228d644bbd8b9e?show_docid=ae228d644bbd8b9e</link>
  <description>
  amit wrote: &lt;br&gt; I&#39;ve always been partial to &amp;quot;How to Program C++&amp;quot; by Dietel &amp;amp; Dietel &lt;br&gt; especially if you&#39;ve had C exposure. &lt;br&gt; -Wally
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/78f2b1b6fcb5d885/ae228d644bbd8b9e?show_docid=ae228d644bbd8b9e</guid>
  <author>
  wbarn...@optonline.net
  (Wally Barnes)
  </author>
  <pubDate>Tue, 02 ديسمبر 2008 00:26:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: map of map.</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/d4924b01d6b5ad5c?show_docid=d4924b01d6b5ad5c</link>
  <description>
  &amp;lt;snip&amp;gt; &lt;br&gt; Hard to note if you are new, you need the the space between the two &lt;br&gt; &#39;&amp;gt;&#39;. &lt;br&gt; &amp;lt;snip&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/d4924b01d6b5ad5c?show_docid=d4924b01d6b5ad5c</guid>
  <author>
  s.senthil...@gmail.com
  (Senthil)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 23:55:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: map of map.</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/6bb116aa861e5ba8?show_docid=6bb116aa861e5ba8</link>
  <description>
  aTuL ha scritto: &lt;br&gt; On second thought, the &amp;gt;&amp;gt; is probably not the cause of this particular &lt;br&gt; error. Have you included &amp;lt;map&amp;gt; and is there a using std::map somewhere? &lt;br&gt; Here&#39;s a minimal example that compiles fine: &lt;br&gt; int main() &lt;br&gt; { &lt;br&gt; std::map&amp;lt;int, std::map&amp;lt;short, short&amp;gt; &amp;gt; mpObj;
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/6bb116aa861e5ba8?show_docid=6bb116aa861e5ba8</guid>
  <author>
  ha...@sbox.tugraz.at
  (Christian Hackl)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 23:54:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: binary format of the number.</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/bf11dd6e68624537/846b5a0ac2249948?show_docid=846b5a0ac2249948</link>
  <description>
  So you want it to support grouped binary values? What would be the format, &lt;br&gt; something like this? &lt;br&gt; 0b00000011_11000000_00000000_0 0000000 &lt;br&gt; Whenever I deal with hardware or other systems using bitmasks, I define &lt;br&gt; the mask constants once, then use bitwise operators to combine them. And &lt;br&gt; when defining them, I&#39;d use 1 shifted left by the bit number, not a hex
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/bf11dd6e68624537/846b5a0ac2249948?show_docid=846b5a0ac2249948</guid>
  <author>
  blargg....@gishpuppy.com
  (blargg)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 23:49:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: map of map.</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/a8ed16a00aef44d6?show_docid=a8ed16a00aef44d6</link>
  <description>
  aTuL ha scritto: &lt;br&gt; You have to write it like this: &lt;br&gt; map&amp;lt;int, map&amp;lt;short, short&amp;gt; &amp;gt; mpObj; &lt;br&gt; Note that the next version of C++ will fix this problem.
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/a8ed16a00aef44d6?show_docid=a8ed16a00aef44d6</guid>
  <author>
  ha...@sbox.tugraz.at
  (Christian Hackl)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 23:44:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: binary format of the number.</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/bf11dd6e68624537/7d68ef7db5896826?show_docid=7d68ef7db5896826</link>
  <description>
  In article &amp;lt;492ee0d4$0$90269$14726...@new s.sunsite.dk&amp;gt;, &lt;br&gt; Nope. Not in the language. &lt;br&gt; But if you&#39;re willing to take the runtime hit, see about using the &lt;br&gt; strtoul() function. And maybe wrap it up in a template or macro so you &lt;br&gt; don&#39;t have to specify the base.
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/bf11dd6e68624537/7d68ef7db5896826?show_docid=7d68ef7db5896826</guid>
  <author>
  j...@mail.fiawol.org
  (J. Cochran)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 23:39:01 UT
</pubDate>
  </item>
  <item>
  <title>map of map.</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/c581db91b527ea9d?show_docid=c581db91b527ea9d</link>
  <description>
  Hi All, &lt;br&gt; I want to create a map of key and another map object (it is another &lt;br&gt; map of key value pairs). I have declared it as &lt;br&gt; map&amp;lt;int, map&amp;lt;short, short&amp;gt;&amp;gt; mpObj; it gives me an error that, &amp;quot;error: &lt;br&gt; ISO C++ forbids declaration of ‘map’ with no type&amp;quot;. Does this mean I &lt;br&gt; can not create a map of a map the object? Have I done something wrong?
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/e9c20674ab00f6b4/c581db91b527ea9d?show_docid=c581db91b527ea9d</guid>
  <author>
  atulskulka...@gmail.com
  (aTuL)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 23:26:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: binary format of the number.</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/bf11dd6e68624537/7ad923326aaae3b8?show_docid=7ad923326aaae3b8</link>
  <description>
  No way that I know of in C/C++, but for the record, it can be done &lt;br&gt; in Perl this way: &lt;br&gt; 0b1000110 &lt;br&gt; or even: &lt;br&gt; 0b0100_0110 &lt;br&gt; (I know this is slightly off-topic, but I thought it worth &lt;br&gt; mentioning.) &lt;br&gt; (In case you&#39;re wondering, Perl allows the &#39;_&#39; character to be &lt;br&gt; interspersed in a number, much like we use commas/periods to make big
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/bf11dd6e68624537/7ad923326aaae3b8?show_docid=7ad923326aaae3b8</guid>
  <author>
  jl_p...@hotmail.com
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 22:47:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: converting floating point types round off error ....</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/1eadbf293c8fa243/916790c17dabe4bb?show_docid=916790c17dabe4bb</link>
  <description>
  The address is not illegal as a char*, but as a double*, it can be. On some &lt;br&gt; machines, some types have alignment requirements, like e.g. that a double &lt;br&gt; can only be at an address that is a multiple of sizeof(double). If you try &lt;br&gt; to dereference a pointer that doesn&#39;t meet this alignment requirement, &lt;br&gt; a CPU exception might be the result. On some other machines mis-aligned
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/1eadbf293c8fa243/916790c17dabe4bb?show_docid=916790c17dabe4bb</guid>
  <author>
  ramag...@t-online.de
  (Rolf Magnus)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 21:32:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: preprocessor question</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/2a808713254256a3/459aa1e8d50d7beb?show_docid=459aa1e8d50d7beb</link>
  <description>
  If this is so, and if this is just one file this appears in, you &lt;br&gt; could use the &#39;__LINE__&#39; macro. But Maxim&#39;s suggestion seems better. &lt;br&gt; Schobi
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/2a808713254256a3/459aa1e8d50d7beb?show_docid=459aa1e8d50d7beb</guid>
  <author>
  spamt...@gmx.de
  (Hendrik Schober)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 20:57:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: what is the following type</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/ba411b07800bd0e1/e1db5979240b2106?show_docid=e1db5979240b2106</link>
  <description>
  Mosfet a écrit : &lt;br&gt; Hum actually I think it&#39;s a function type ... Someone to confirm ?
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/ba411b07800bd0e1/e1db5979240b2106?show_docid=e1db5979240b2106</guid>
  <author>
  mos...@anonymous.org
  (Mosfet)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 20:57:29 UT
</pubDate>
  </item>
  <item>
  <title>what is the following type</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/ba411b07800bd0e1/ec94a66b0eb8c6df?show_docid=ec94a66b0eb8c6df</link>
  <description>
  Hi, &lt;br&gt; I am looking at some source code and in one file there is the following &lt;br&gt; definition : &lt;br&gt; typedef enum _EXCEPTION_DISPOSITION { &lt;br&gt; ExceptionContinueExecution, &lt;br&gt; ExceptionContinueSearch, &lt;br&gt; ExceptionNestedException, &lt;br&gt; ExceptionCollidedUnwind, &lt;br&gt; ExceptionExecuteHandler &lt;br&gt; typedef EXCEPTION_DISPOSITION EXCEPTION_ROUTINE (
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/ba411b07800bd0e1/ec94a66b0eb8c6df?show_docid=ec94a66b0eb8c6df</guid>
  <author>
  mos...@anonymous.org
  (Mosfet)
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 20:55:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: converting floating point types round off error ....</title>
  <link>http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/1eadbf293c8fa243/d16405d6584e5f04?show_docid=d16405d6584e5f04</link>
  <description>
  I hate to become a nuisance but do you have a source where I obtain &lt;br&gt; some more information on all this? I&#39;m having a hard time &lt;br&gt; understanding how a char* address could be illegal. &lt;br&gt; OK! I sent a private message to the OP a few days ago to see if/how &lt;br&gt; he/she resolved this. He hasn&#39;t. The OP said he&#39;s seen a handful of
  </description>
  <guid isPermaLink="true">http://groups.google.com.eg/group/comp.lang.c++/browse_thread/thread/1eadbf293c8fa243/d16405d6584e5f04?show_docid=d16405d6584e5f04</guid>
  <author>
  forums...@hotmail.com
  </author>
  <pubDate>Mon, 01 ديسمبر 2008 20:19:54 UT
</pubDate>
  </item>
  </channel>
</rss>
