<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>BLOG記事用論壇 - C++</title>
    <link>https://www.wwetw.com/forum-77-1.html</link>
    <description>Latest 20 threads of C++</description>
    <copyright>Copyright(C) BLOG記事用論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 19 Aug 2026 13:19:26 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.wwetw.com/static/image/common/logo_88_31.gif</url>
      <title>BLOG記事用論壇</title>
      <link>https://www.wwetw.com/</link>
    </image>
    <item>
      <title>從C到C++</title>
      <link>https://www.wwetw.com/thread-357-1-1.html</link>
      <description><![CDATA[C 和 C++ 都是通用的語言，但它們之間存在一些重要的差異。C++ 實際上是 C 的一個擴展，它引入了一些新的特性和概念，特別是針對面向對象編程和泛型編程。從 C 轉向 C++ 時，了解和掌握這些概念和特性非常重要。它們可以幫助您充分利用 C++ 的功能，編寫更高效、更靈活 ...]]></description>
      <category>C++</category>
      <author>admin</author>
      <pubDate>Thu, 23 Mar 2023 13:25:33 +0000</pubDate>
    </item>
    <item>
      <title>測定11的倍數</title>
      <link>https://www.wwetw.com/thread-225-1-1.html</link>
      <description><![CDATA[題目:從檔案讀取數字，可以判斷1000位數的數字是否為11的倍數


Sample Input
112233
30800
2937
323455693
5038297
112234
0
Sample Output
112233 is a multiple of 11.
30800 is a multiple of 11.
2937 is a multiple of 11.
323455693 is a multiple of 11.
503829 ...]]></description>
      <category>C++</category>
      <author>admin</author>
      <pubDate>Wed, 26 Feb 2014 15:58:29 +0000</pubDate>
    </item>
  </channel>
</rss>