<?xml version="1.0" encoding="big5"?>
<rss version="2.0">
  <channel>
    <title>Hippies  -  C/C++</title>
    <link>http://bbs.hippies.tw/forum.php?mod=forumdisplay&amp;fid=74</link>
    <description>Latest 20 threads of  C/C++</description>
    <copyright>Copyright(C) Hippies </copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 10 May 2026 13:55:51 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.hippies.tw/static/image/common/logo_88_31.gif</url>
      <title>Hippies </title>
      <link>http://bbs.hippies.tw/</link>
    </image>
    <item>
      <title>GNU GCC 編譯及開發環境安裝</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=586</link>
      <description><![CDATA[在Debian分支的Linux上要使用GUN C開發軟體時，必須在系統上要有以下的軟體
    libc6-dev – C standard library.
    gcc – C compiler.
    g++ – C++ compiler.
    make – GNU make utility to maintain groups of programs.
    dpkg-dev – Debian packa ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Mon, 28 Mar 2016 05:32:37 +0000</pubDate>
    </item>
    <item>
      <title>在 Linux 上 用 C++ &#26469;coding service application</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=560</link>
      <description><![CDATA[要在 Linux 上&#24320;&#21457; Daemon application 可以&#21442;考看看，C++ &#26469;&#24320;&#21457;。
Linux Daemon Writing Howto]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Wed, 09 Dec 2015 08:33:26 +0000</pubDate>
    </item>
    <item>
      <title>libxml++</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=556</link>
      <description><![CDATA[libxml++ is a C++ API for the popular libxml2 XML parser, written in C.      libxml2 is famous for its high performance and compliance to standard specifications, but its C API is quite difficult even for common tasks.    
      libxml++ prese ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Thu, 12 Nov 2015 09:21:22 +0000</pubDate>
    </item>
    <item>
      <title>自動產生Makefile - autoconf &amp; automake</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=554</link>
      <description><![CDATA[【轉貼】 自動產生Makefile- autoconf &amp; automake


在 Unix 上寫程式的人大概都碰過 Makefile，尤其是用 C 來開發程式的人。用 make來開發和編譯程式的確很方便，可是要寫出一個 Makefile就不簡單了。偏偏介紹 Makefile 的文件不多，GNU Make 那份印出來要幾百頁的 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Mon, 02 Nov 2015 06:11:42 +0000</pubDate>
    </item>
    <item>
      <title>c/c++ 的一套 Configuration file Library -- libconfig</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=553</link>
      <description><![CDATA[在&#36719;件&#24320;&#21457;上肯定&#32463;常&#20250;需要用到&#35835;取configuration file 把&#36719;件的一些&#21442;&#25968;&#35835;取使用，但是要光靠file stream的方式&#26469;&#22788;理确&#23454;&#20250;挺麻&#28902;的，因此&#36824;是要能有一套方便的工 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Wed, 28 Oct 2015 10:21:38 +0000</pubDate>
    </item>
    <item>
      <title>GENIVI IPC Common API C++</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=552</link>
      <description><![CDATA[&#20026;了要&#22788;理conf的&#35774;置&#26723;，&#26080;意&#38388;找到了&#36825;&#32452;API，&#36824;&#27809;&#23454;&#38469;的&#27979;&#35797;&#36807;，看了一下&#24212;&#35813;&#36824;不&#38169;吧，所以就先留下&#38142;接，等用后的&#32467;果在PO上&amp;#2 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Mon, 26 Oct 2015 10:31:24 +0000</pubDate>
    </item>
    <item>
      <title>C/C++ 程式庫的兩個重要的參考網站</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=549</link>
      <description><![CDATA[1. cppreference.com 提供標準類別函數庫的參考
cppreference.com
2. cplusplus 一樣是提供c++相關內容包括有 c++的信息、教學、參考、文件、論壇及搜尋等功\能。
CPLUSPLUS]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Fri, 16 Oct 2015 05:22:57 +0000</pubDate>
    </item>
    <item>
      <title>UNIX系統開發－gcc參數詳解</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=548</link>
      <description><![CDATA[[轉貼]UNIX系統開發－gcc參數詳解
資料來源:http://www.lslnet.com/linux/f/docs1/i12/big5161496.htm
email:pianopan@beeship.com

[版本] -0.13 

[介紹] 
gcc and g++分別是gnu的c &amp; c++編譯器 gcc/g++在執行編譯工作的時候，總共需要4步 
1.預處理,生成.i的 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Thu, 15 Oct 2015 06:48:09 +0000</pubDate>
    </item>
    <item>
      <title>C++ 中的 const 宣告無處不在，why&amp;how？</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=547</link>
      <description><![CDATA[相信剛在寫C++的程式時老是會被到處使用來限制變更權的const定義，搞的一團霧水又搞不懂在這裡的位置一個const而那裡又一個的，到底作用又是幹嘛呢，我自己就是常常被這樣的宣告搞的對程式的理解變得模糊，為了要透徹的搞懂只好又問了Google大大幫我搜了一下，於是找到 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Wed, 07 Oct 2015 16:34:26 +0000</pubDate>
    </item>
    <item>
      <title>BSD Socket referance book</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=546</link>
      <description><![CDATA[SynopsisBSD sockets take interprocess      communications to a new level. It is no longer necessary for the      communicating processes to run on the same machine. They still      can, but they do not have to.
Not only do these processes not have ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Tue, 06 Oct 2015 10:05:15 +0000</pubDate>
    </item>
    <item>
      <title>Crypto++</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=545</link>
      <description><![CDATA[Open Source C++ 加解密程序&#24211;，Crypto++ Library 是一&#20010;免&#36153;的 C++ &#31867;&#21035;&#24211;使用在密&#30721;&#24212;用&#39046;域， &#36825;&#20010;&#31867;&#21035;&#24211;包括了目前主要的各种加解密的演算法，有&#20851;的&#20869;容可&amp;#214 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Thu, 24 Sep 2015 08:37:02 +0000</pubDate>
    </item>
    <item>
      <title>MySQL++ 3</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=544</link>
      <description><![CDATA[MySQL++是一&#20010;&#38024;&#23545;MySQL C API的C++封&#35013;。它的目的是提供一&#20010;&#31867;似STL容易一&#26679;&#31616;&#21333;易用的接口，&#24110;助你有效的避免在代&#30721;中使用复&#26434;的SQL&#35821;句。
&#23545;于使用C++&#24320;&#21457;者在&amp;# ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Thu, 17 Sep 2015 09:25:32 +0000</pubDate>
    </item>
    <item>
      <title>C/C++ 圖形IDE程式開發</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=542</link>
      <description><![CDATA[在Linux上要開發GUI的程式，也許\不像Windows上來的容易，不過也不是真的很困難，主要的重點應該是在於應用上是否需要為前提，多數在Linux上的應用還是以伺服器的服務為主，再則是管理在遠端的伺服器主機的工作，應用上還是以文字模式的操作上會比圖形介面來的有效率，要 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Thu, 10 Sep 2015 03:21:49 +0000</pubDate>
    </item>
    <item>
      <title>Linux C++ Software Devlopment</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=541</link>
      <description><![CDATA[想要在Linux底下用C++來開發軟體的參考網站，裡面有不少很好的參考資源與教學，最重要的是以在Linux環境底下為基礎。

Linux C++ SD]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Fri, 04 Sep 2015 10:20:26 +0000</pubDate>
    </item>
    <item>
      <title>程序&#21592;&#23454;&#39564;室</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=528</link>
      <description><![CDATA[又找到&#20010;&#23398;&#20064;C++的网站，&#34429;然是&#31616;体字但&#36824;是比&#38405;&#35835;原文&#26469;的容易些吧！

底下是作者在网站&#24320;&#22836;&#20889;的信息，所以是&#27426;迎&#38142;接的，因此就收&#24405;下&#26469;了哦！
本教程根据Juan  ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Thu, 09 Jul 2015 09:22:06 +0000</pubDate>
    </item>
    <item>
      <title>Boost Library</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=525</link>
      <description><![CDATA[最近在C++的時間花的不少，原本都還停留在C++ 標準 Library的應用上，在網路上看了不少大師的教學範例後，發現有不少的開發應用上都使用到Boost Library，於是也花了些時間去了解，由於已經有很長一段時間沒碰程式開發了，雖然 C 是我最早應用的程式語言，但是有很長一 ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Mon, 06 Jul 2015 08:35:23 +0000</pubDate>
    </item>
    <item>
      <title>Linux 下 &#24320;&#21457;多&#32447;程序的教&#23398;文章</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=489</link>
      <description><![CDATA[Multi-thread programming inLinux 的&#20004;篇网文供&#21442;考

Multi-Threaded Programming III - C/C++ Class Thread for Pthreads
&#36825;篇的介&#32461;很仔&#32454;挺受用的

Linux Milti-ThreadProgramming
&#36825;篇是&#31616;体字文章，不&#20064;&amp;# ...]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Thu, 16 Apr 2015 03:06:50 +0000</pubDate>
    </item>
    <item>
      <title>Open source 工具開發軟體 E-Book</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=483</link>
      <description><![CDATA[分享一個在Linux平台上開發軟體的開發應用教學電子書

用Open Source 工具開發軟體]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Tue, 07 Apr 2015 05:42:35 +0000</pubDate>
    </item>
    <item>
      <title>C++教學文章庫</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=466</link>
      <description><![CDATA[挺适合初&#23398;者了解的&#23398;&#20064;文章
C++教學文章庫]]></description>
      <category> C/C++</category>
      <author>kevinhu</author>
      <pubDate>Tue, 10 Mar 2015 06:08:38 +0000</pubDate>
    </item>
    <item>
      <title>C++ IDE 開發工具 Qt Creator</title>
      <link>http://bbs.hippies.tw/forum.php?mod=viewthread&amp;tid=462</link>
      <description><![CDATA[自從行動裝置普及後，作業系統為了滿足不同裝置的特性需要也跟著起了變化，由Unix與Windows的兩大主流衍生到現在的OSx、iOS、Android、Chorm、Firefox等等的，主流的開發語言主要仍是以物件導向開發為主，主要還是為了要滿足在視覺化作業系統的需求為主的因素，在C/C++ ...]]></description>
      <category> C/C++</category>
      <author>blackjack</author>
      <pubDate>Tue, 03 Mar 2015 04:01:10 +0000</pubDate>
    </item>
  </channel>
</rss>