<?xml version="1.0" encoding="big5"?>
<rss version="2.0">
  <channel>
    <title>中央論壇 - CENTER BBS - C/C++</title>
    <link>https://www.centerbbs.com/forum.php?mod=forumdisplay&amp;fid=161</link>
    <description>Latest 20 threads of C/C++</description>
    <copyright>Copyright(C) 中央論壇 - CENTER BBS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 04 Jun 2026 00:34:25 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.centerbbs.com/static/image/common/logo_88_31.gif</url>
      <title>中央論壇 - CENTER BBS</title>
      <link>https://www.centerbbs.com/</link>
    </image>
    <item>
      <title>各位快來喔</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=165722</link>
      <description><![CDATA[最近...好少人啊]]></description>
      <category>C/C++</category>
      <author>uuwindow</author>
      <pubDate>Fri, 13 Apr 2018 11:42:38 +0000</pubDate>
    </item>
    <item>
      <title>C語言標頭檔使用上有何麼規則?</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=68586</link>
      <description><![CDATA[各位好~
我有以下幾個問題:
1.我有a~z個標頭檔，a.h include b.h，b.h include c.h，一直這樣include下去，可以include到z.h嗎?
2.我有a~z個標頭檔，a.h include 剩下所有的b~z.h，而這些標頭檔又互相include，例如b.h include e.h，e.h又include c.h，這樣交錯複雜i ...]]></description>
      <category>C/C++</category>
      <author>a7996917</author>
      <pubDate>Wed, 30 Mar 2011 08:44:44 +0000</pubDate>
    </item>
    <item>
      <title>什麼情況下，CPU定址會定錯</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=67831</link>
      <description><![CDATA[請問C++高手們
什麼情況下，我宣告在RAM的變數，在CPU定址時，會定到RAM別的位址
舉一個例子
unsigned char a = 0x01;
unsigned char b = 0x02;
unsigned char c = 0;
void mytest(void)
{
c = a + b;
}

這個結果應該是c = 3，實際執行結果c=0xB5
當c = a  ...]]></description>
      <category>C/C++</category>
      <author>a7996917</author>
      <pubDate>Fri, 25 Mar 2011 05:40:33 +0000</pubDate>
    </item>
    <item>
      <title>求助TMS-VC33</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=56852</link>
      <description><![CDATA[找不到VC33的書  又搞不清楚32改成33的方法
我如果想讓DA0顯示出三角波 璇波 方波 該怎麼寫?]]></description>
      <category>C/C++</category>
      <author>Andres</author>
      <pubDate>Thu, 09 Sep 2010 10:07:16 +0000</pubDate>
    </item>
    <item>
      <title>&lt;急&gt;程式與程式的合併做法</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=55688</link>
      <description><![CDATA[我的問題是用原有的OCR文字辨識軟體去改寫，原有的OCR文字辨識他只能辨識出一張圖片裡的字，而我要改寫的是設個資料夾裡面放十張圖片讓他去找尋這10圖片裡是否有相同的字，有就抓取出來，而我已經寫出來資料夾的程式了，我也把比對的程式寫出來了，但我不知道要怎麼放進 ...]]></description>
      <category>C/C++</category>
      <author>lovebliss52ao6</author>
      <pubDate>Sun, 08 Aug 2010 01:22:01 +0000</pubDate>
    </item>
    <item>
      <title>有關bmp處理</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=54962</link>
      <description><![CDATA[問題: 如何在bmp圖周圍加上類似白色的邊框的效果  但是\&quot;不在MFC 跟 WIN32 的狀況下\&quot;

小弟我對於這方面算新手 (實習生

最近正在研究 bmp的格式

目前知道了 如何讀取bmp圖檔 跟 讀取bmp圖檔的資料(寬,高之類的)

上級要求在 \&quot;bmp圖周圍加上類似白色的邊框的效 ...]]></description>
      <category>C/C++</category>
      <author>black9630</author>
      <pubDate>Wed, 21 Jul 2010 05:42:39 +0000</pubDate>
    </item>
    <item>
      <title>C語言 link list</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=54586</link>
      <description><![CDATA[如何用link list 寫出可以排序的啊...
就是自行輸入數字後 
輸出結果是大到小 or 小到大:Q]]></description>
      <category>C/C++</category>
      <author>h4772995</author>
      <pubDate>Wed, 07 Jul 2010 05:57:07 +0000</pubDate>
    </item>
    <item>
      <title>if 敘述的語法中&quot;條件式&quot;的疑問?</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=48561</link>
      <description><![CDATA[各位大大我剛學Turbo C語言,現在遇到以下疑問希能幫忙解答.
   
    #include 
    int P(int);
    void main()
    {
      int a;
      scanf(\&quot;%d\&quot;, &amp;a);
      if(P(a)) printf(\&quot;Y\\n\&quot;);
      else printf(\&quot;N\\n\&quot;);
    }
    int P(int n)
    {
     ...]]></description>
      <category>C/C++</category>
      <author>designman</author>
      <pubDate>Tue, 05 Jan 2010 04:24:54 +0000</pubDate>
    </item>
    <item>
      <title>踩地雷問題</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=48385</link>
      <description><![CDATA[想請問要如何輸入設定炸彈量
並在不想玩遊戲時 要如何終止遊戲!!!
如何秀出炸彈數量!!

int bombX[10];            //將這些設成全域變數,方便後面作業
int bombY[10];
int game_continue=1;
char display[9][9];
int bomb_count[9][9];
int truth[9][9]={0}; ...]]></description>
      <category>C/C++</category>
      <author>kevin9955</author>
      <pubDate>Sun, 27 Dec 2009 07:46:27 +0000</pubDate>
    </item>
    <item>
      <title>C++的學習</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=47126</link>
      <description><![CDATA[有沒有推薦資工系看的書籍阿?


還有平常要怎麼練習阿?]]></description>
      <category>C/C++</category>
      <author>gn5969625</author>
      <pubDate>Sat, 21 Nov 2009 12:11:31 +0000</pubDate>
    </item>
    <item>
      <title>各位大大請幫忙解答已經投降的題目~急急~</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=46298</link>
      <description><![CDATA[有一數字問題，可以透過其最大值與最小值的差值，進行一連串的計算。 
計算過程如下： 
先將該數依照數字由大排到小，形成新的數字。例如該數為14095，排列完變成95410。 
再將該數依照數字由小排到大，形成另一個新的數字。例如該數為14095，排列完變成1459。 
將 ...]]></description>
      <category>C/C++</category>
      <author>sf15989</author>
      <pubDate>Tue, 27 Oct 2009 15:52:19 +0000</pubDate>
    </item>
    <item>
      <title>C++技術指導,急急∼</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=46195</link>
      <description><![CDATA[請各位C++高高高手,能否從以下的程式碼中找出運算更快一些的方法(cout&amp;amp;lt;現在值) ,順道說明一下更另人激賞喔!!!謝謝



// Sort.cpp : 定義主控台應用程式的進入點。
//
#include \&quot;stdafx.h\&quot;
#include 
using namespace std;
int Ct;
void ListV(int list[ ...]]></description>
      <category>C/C++</category>
      <author>rila5359</author>
      <pubDate>Mon, 26 Oct 2009 09:04:44 +0000</pubDate>
    </item>
    <item>
      <title>Microsoft Visual Studio 2008 Express Edition 繁體中文版</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=42128</link>
      <description><![CDATA[Microsoft Visual Studio 2008 Express Edition 繁體中文版
Visual Studio 2008 Express 開放下載了，不是 Beta 版，而是正式 Released 版本 
如同 VS2005 一樣，微軟還是提供了免費的 Express 版本供下載使用 
有興趣的快去下載吧!
Microsoft Visual Studio 20 ...]]></description>
      <category>C/C++</category>
      <author>wc_big_pig天尊</author>
      <pubDate>Thu, 11 Jun 2009 16:21:25 +0000</pubDate>
    </item>
    <item>
      <title>C# 3.0語法筆記(供參考)</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=42127</link>
      <description><![CDATA[Microsoft 發佈了 Visual Studio 2008 Express 後 
其 C# 3.0 也正式與大家見面了 
C# 3.0 對程式語法及特性進行了一些改進 
這些改進對 C# 語言提供了更簡捷的用法，主要改進如下
[*]隱含型別宣告 (Local Variable Type Inference)[*]自動執行屬性 (Auto-Implement ...]]></description>
      <category>C/C++</category>
      <author>wc_big_pig天尊</author>
      <pubDate>Thu, 11 Jun 2009 16:19:55 +0000</pubDate>
    </item>
    <item>
      <title>有關TMS320 VC33 DSP晶片上,所用的1個C語言程式問題  幫修改</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=41509</link>
      <description><![CDATA[這個晶片是
STC-VC33
TMS320
VC33
DSP
以上是這晶片的介紹
我要執行1個程式
程式內容是
/* file: DAC_square */
#include \&quot;stdio.h\&quot;
void delay(int time); 
void set_timer0_freq(int freq);
volatile unsigned int *AD_CS=(unsigned int*)0xc00000;
vola ...]]></description>
      <category>C/C++</category>
      <author>k52252467</author>
      <pubDate>Mon, 25 May 2009 13:02:17 +0000</pubDate>
    </item>
    <item>
      <title>網頁設計需要準備什麼?</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=40812</link>
      <description><![CDATA[網頁設計需要準備什麼?

[ 本帖最後由 app3248 於 2009-5-8 16:40 編輯 ]]]></description>
      <category>C/C++</category>
      <author>app3248</author>
      <pubDate>Wed, 06 May 2009 06:37:08 +0000</pubDate>
    </item>
    <item>
      <title>幫我看看哪裡錯了</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=40710</link>
      <description><![CDATA[/*  
    A Simple expression evaluator which uses infix to postfix notation
    to evaluate an expression. Still has bugs which need to be fixed!!!
    V.0.2 -&gt; To handle operator anomolies such as:
    -7*-4    and  2*(-5+6)
*/

#include 
#i ...]]></description>
      <category>C/C++</category>
      <author>anglin1024</author>
      <pubDate>Sat, 02 May 2009 07:52:36 +0000</pubDate>
    </item>
    <item>
      <title>要怎麼用postfix寫計算機</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=40687</link>
      <description><![CDATA[有沒有人寫過stack的計算機?
因為目前我只能寫出一個數字和字母的stack
研究了很久都還寫不出如果數字為10位數以上的funtion
例如要運算191*(34+56)+log(20)
有沒有人可以幫我一下]]></description>
      <category>C/C++</category>
      <author>anglin1024</author>
      <pubDate>Fri, 01 May 2009 06:06:07 +0000</pubDate>
    </item>
    <item>
      <title>奇怪的程式- -有大大能幫忙解析嗎??</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=38357</link>
      <description><![CDATA[這個程式寫法好怪，有人可以幫忙解釋一下嗎?尤其是上面的define的用法真的很特別，麻煩大大了
#include 
#include 
#include 
#include 
#define PR(fmt,val)printf(#val\&quot;=%\&quot;#fmt\&quot;\\t,(val))
#define LN putchar(\'\\n\')
#define PN1(f,a)PR(f,a),LN
#define PN2(f ...]]></description>
      <category>C/C++</category>
      <author>有限狀態機</author>
      <pubDate>Fri, 20 Feb 2009 16:45:30 +0000</pubDate>
    </item>
    <item>
      <title>關於一個c++的程式</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=36947</link>
      <description><![CDATA[題目~設計一個可以進行加入,刪除,聯集,交集等運算的程式


相關說明:
1.集合元素為char型態,元素可為a~z任一小寫字元,其他字元不接受
2.有兩個集合SET1和SET2,允許\使用者選擇要運作的集合,再加入或刪除其中的元素
3.然後輸出要能顯示出SET1和SET2各自的元素內容, ...]]></description>
      <category>C/C++</category>
      <author>ann7622</author>
      <pubDate>Mon, 05 Jan 2009 04:39:29 +0000</pubDate>
    </item>
  </channel>
</rss>