<?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/group/comp.lang.c++</link>
  <description>The object-oriented C++ language.</description>
  <language>en</language>
  <item>
  <title>Re: Array Value</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/4c7448b6234c0cb5?show_docid=4c7448b6234c0cb5</link>
  <description>
  Sorry again. You are right. The declaration should be AClass &lt;br&gt; aclass(a, b, c).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/4c7448b6234c0cb5?show_docid=4c7448b6234c0cb5</guid>
  <author>
  cplusplusquest...@gmail.com
  </author>
  <pubDate>Wed, 08 Oct 2008 03:44:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Array Value</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/c17e2f4094980749?show_docid=c17e2f4094980749</link>
  <description>
  This compiled?? What compiler? You are declaring two variable &#39;a&#39; in &lt;br&gt; the same scope. One is an array, and the other is of type &amp;quot;AClass&amp;quot; &lt;br&gt; Joe C
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/c17e2f4094980749?show_docid=c17e2f4094980749</guid>
  <author>
  joec...@gmail.com
  (joseph cook)
  </author>
  <pubDate>Wed, 08 Oct 2008 03:36:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Array Value</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/fe052be2508a6f84?show_docid=fe052be2508a6f84</link>
  <description>
  Sorry I didn&#39;t finish the edited yet: &lt;br&gt; I have code in main function: &lt;br&gt; int main(){ &lt;br&gt; int a[20]; &lt;br&gt; int b[20][20]; &lt;br&gt; for(int i=0; i&amp;lt;20; i++) &lt;br&gt; a[i]=0; &lt;br&gt; ....... &lt;br&gt; AClass a(a, b, c); &lt;br&gt; .... &lt;br&gt; For AClass: &lt;br&gt; class AClass{ &lt;br&gt; private: &lt;br&gt; int* a1; &lt;br&gt; int* b1[20]; &lt;br&gt; int c1; &lt;br&gt; ..... &lt;br&gt; public: &lt;br&gt; AClass(int x[], int y[][20], int z);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/fe052be2508a6f84?show_docid=fe052be2508a6f84</guid>
  <author>
  cplusplusquest...@gmail.com
  </author>
  <pubDate>Wed, 08 Oct 2008 03:12:49 UT
</pubDate>
  </item>
  <item>
  <title>Array Value</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/8c788dbd9f769fc2?show_docid=8c788dbd9f769fc2</link>
  <description>
  I have code in main function: &lt;br&gt; int main(){ &lt;br&gt; int a[20]; &lt;br&gt; int b[20][20]; &lt;br&gt; for(int i=0; i&amp;lt;20; i++) &lt;br&gt; a[i]=0; &lt;br&gt; ....... &lt;br&gt; AClass a(a, b, c); &lt;br&gt; .... &lt;br&gt; For AClass: &lt;br&gt; class AClass{ &lt;br&gt; private: &lt;br&gt; int* a1; &lt;br&gt; int* b1[20]; &lt;br&gt; ..... &lt;br&gt; public: &lt;br&gt; AClass(int x[], int y[][20], int z); &lt;br&gt; AClass::AClass(int x[], int y[][20], int z): a1(x), c1(z){
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/9a3907556e495ec7/8c788dbd9f769fc2?show_docid=8c788dbd9f769fc2</guid>
  <author>
  cplusplusquest...@gmail.com
  </author>
  <pubDate>Wed, 08 Oct 2008 03:04:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Noob: What is the error in this code?</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/69a54ec4725208ab/3fad65e516b1fbe0?show_docid=3fad65e516b1fbe0</link>
  <description>
  You don&#39;t have any include files, and as such, &amp;quot;std::string&amp;quot; is not &lt;br&gt; defined. &lt;br&gt; Here is the list of standard C++ headers &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://publib.boulder.ibm.com/infocenter/comphelp/v7v91/index.jsp?topic=/com.ibm.vacpp7a.doc/standlib/ref/stdcpplib.htm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Joe C
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/69a54ec4725208ab/3fad65e516b1fbe0?show_docid=3fad65e516b1fbe0</guid>
  <author>
  joec...@gmail.com
  (joseph cook)
  </author>
  <pubDate>Wed, 08 Oct 2008 00:20:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Noob: What is the error in this code?</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/69a54ec4725208ab/dec3aa1d0de4f0f9?show_docid=dec3aa1d0de4f0f9</link>
  <description>
  In article &lt;br&gt; &amp;lt;92e08422-9186-4edd-ac49-5287f bb69...@25g2000prz.googlegroup s.com&amp;gt;, &lt;br&gt; &amp;quot;ComeauTest.c&amp;quot;, line 7: error: name followed by &amp;quot;::&amp;quot; must be a class or &lt;br&gt; namespace &lt;br&gt; name... Wild guess: Did you #include the right header? &lt;br&gt; Position(std::string name, std::string name): &lt;br&gt; ^ &lt;br&gt; &amp;quot;ComeauTest.c&amp;quot;, line 7: error: expected a &amp;quot;)&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/69a54ec4725208ab/dec3aa1d0de4f0f9?show_docid=dec3aa1d0de4f0f9</guid>
  <author>
  danie...@earthlink.net
  (Daniel T.)
  </author>
  <pubDate>Tue, 07 Oct 2008 23:21:28 UT
</pubDate>
  </item>
  <item>
  <title>wholesale (WWW.NotJustSneakers.COM) timberland boot wholesale Ugg australia boots</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/54033c955a5d9eec/c0acf1946c0e5356?show_docid=c0acf1946c0e5356</link>
  <description>
  wholesale (WWW.NotJustSneakers.COM) timberland boot wholesale Ugg &lt;br&gt; australia boots &lt;br&gt; Ugg australia 5833 Women&#39;s Classic Crochet ----WWW.NotJustSneakers.COM &lt;br&gt; Ugg australia 5819 Women&#39;s Classic Cardy ----WWW.NotJustSneakers.COM &lt;br&gt; Ugg australia 5815 Women&#39;s Classic Tall ----WWW.NotJustSneakers.COM &lt;br&gt; New UGG Tall Women&#39;s Boots chestnut #5816 ----WWW.NotJustSneakers.COM
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/54033c955a5d9eec/c0acf1946c0e5356?show_docid=c0acf1946c0e5356</guid>
  <author>
  notjustsneak...@yahoo.com.cn
  (www.notjustsneakers.com)
  </author>
  <pubDate>Tue, 07 Oct 2008 22:45:33 UT
</pubDate>
  </item>
  <item>
  <title>wholesale (WWW.NotJustSneakers.COM) timberland boot wholesale Ugg australia boots</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/54033c955a5d9eec/2c1f727e6c5deb7a?show_docid=2c1f727e6c5deb7a</link>
  <description>
  wholesale (WWW.NotJustSneakers.COM) timberland boot wholesale Ugg &lt;br&gt; australia boots &lt;br&gt; Ugg australia 5833 Women&#39;s Classic Crochet ----WWW.NotJustSneakers.COM &lt;br&gt; Ugg australia 5819 Women&#39;s Classic Cardy ----WWW.NotJustSneakers.COM &lt;br&gt; Ugg australia 5815 Women&#39;s Classic Tall ----WWW.NotJustSneakers.COM &lt;br&gt; New UGG Tall Women&#39;s Boots chestnut #5816 ----WWW.NotJustSneakers.COM
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/54033c955a5d9eec/2c1f727e6c5deb7a?show_docid=2c1f727e6c5deb7a</guid>
  <author>
  notjustsneak...@yahoo.com.cn
  (www.notjustsneakers.com)
  </author>
  <pubDate>Tue, 07 Oct 2008 22:41:11 UT
</pubDate>
  </item>
  <item>
  <title>pointers for some libraries, numerical(if available)</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/5e0b24f00b3e95ce/14c8babeb629f9fc?show_docid=14c8babeb629f9fc</link>
  <description>
  Dear all, &lt;br&gt; I have some Stiffness and Mass matrices written out from Ansys(commercial &lt;br&gt; Finite Element code) in Harwell Boeing(HB) format. I can read them &lt;br&gt; through a template library, GMM++. GMM++ can read them in the compressed &lt;br&gt; column/row formats. My ultimate aim is to use these matrices in some &lt;br&gt; eigenvalue computations.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/5e0b24f00b3e95ce/14c8babeb629f9fc?show_docid=14c8babeb629f9fc</guid>
  <author>
  umut.ta...@gmail.com
  (utab)
  </author>
  <pubDate>Tue, 07 Oct 2008 22:08:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: To get started with C++</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/c0b46d2d05020395/98af77cfe78ae7c4?show_docid=98af77cfe78ae7c4</link>
  <description>
  sean_in_rale...@yahoo.com ha scritto: &lt;br&gt; Strange thing that nobody in comp.lang.c++ ever pointed out any such &lt;br&gt; flaws to me when I posted a question here. Instead, I always received &lt;br&gt; competent and helpful answers, similar to the ones given to the OP in &lt;br&gt; this thread. &lt;br&gt; What&#39;s more, thanks to the group&#39;s strict on-topic policy it&#39;s an
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/c0b46d2d05020395/98af77cfe78ae7c4?show_docid=98af77cfe78ae7c4</guid>
  <author>
  ha...@sbox.tugraz.at
  (Christian Hackl)
  </author>
  <pubDate>Tue, 07 Oct 2008 21:44:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interfaces in C++</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e7fe2362bc0f799f/a6df68524b841831?show_docid=a6df68524b841831</link>
  <description>
  The C++ interfaces pattern uses the C++ compiler and runtime library &lt;br&gt; to make a C++ developers life easier. &lt;br&gt; In case of closed source software an extra C-API might be sufficient &lt;br&gt; to support a big set of C/C++ compilers in different versions. &lt;br&gt; Heterogeneous software projects need other tools (SWIG, CORBA,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e7fe2362bc0f799f/a6df68524b841831?show_docid=a6df68524b841831</guid>
  <author>
  beckmann.m...@googlemail.com
  (Maik)
  </author>
  <pubDate>Tue, 07 Oct 2008 21:25:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Interfaces in C++</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e7fe2362bc0f799f/91dd291475c41cf7?show_docid=91dd291475c41cf7</link>
  <description>
  Hi! Virtual inheritance has worse performance, thats right. But as &lt;br&gt; long as an interface lookup at runtime triggers an much bigger chuck &lt;br&gt; of operations (say matrix operations or stl action) the over all &lt;br&gt; performance drop is small. &lt;br&gt; For performance critical parts I would even consider to avoid virtual &lt;br&gt; member functions. But for interfaces virtual inheritance is most
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/e7fe2362bc0f799f/91dd291475c41cf7?show_docid=91dd291475c41cf7</guid>
  <author>
  beckmann.m...@googlemail.com
  (Maik)
  </author>
  <pubDate>Tue, 07 Oct 2008 20:57:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Why do I need to overload =</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b0fb72350e3eace3/7e6bcc0520b1fad6?show_docid=7e6bcc0520b1fad6</link>
  <description>
  If you&#39;re receiving a reference to some temporary object and holding &lt;br&gt; onto it, that&#39;s your problem. Don&#39;t do that. When your class has &lt;br&gt; references as members, you basically go into the *contract* that the &lt;br&gt; objects to which those members refer live *longer* than the object that &lt;br&gt; contains those references. If the referred objects have a shorter
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b0fb72350e3eace3/7e6bcc0520b1fad6?show_docid=7e6bcc0520b1fad6</guid>
  <author>
  v.abaza...@comacast.net
  (Victor Bazarov)
  </author>
  <pubDate>Tue, 07 Oct 2008 19:56:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: Why do I need to overload =</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b0fb72350e3eace3/871ec4bbb620bc36?show_docid=871ec4bbb620bc36</link>
  <description>
  There is no such thing as a NULL reference. How do you get yours to be &lt;br&gt; &amp;quot;NULL&amp;quot;? Figure that, fix it, and then everything should be OK. &lt;br&gt; V
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/b0fb72350e3eace3/871ec4bbb620bc36?show_docid=871ec4bbb620bc36</guid>
  <author>
  v.abaza...@comacast.net
  (Victor Bazarov)
  </author>
  <pubDate>Tue, 07 Oct 2008 19:52:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: strcmp</title>
  <link>http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ad7064cc1f45db61/e5499df072d12333?show_docid=e5499df072d12333</link>
  <description>
  Neel wrote: &lt;br&gt; Exactly how do you expect strlen to be able to calculate the length of &lt;br&gt; the string if it isn&#39;t null-terminated already?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.c++/browse_thread/thread/ad7064cc1f45db61/e5499df072d12333?show_docid=e5499df072d12333</guid>
  <author>
  nos...@thanks.invalid
  (Juha Nieminen)
  </author>
  <pubDate>Tue, 07 Oct 2008 19:16:51 UT
</pubDate>
  </item>
  </channel>
</rss>
