蜂鳴器的使用 - Linux

Lucy avatar
By Lucy
at 2010-01-04T19:37

Table of Contents

我想問一下蜂鳴器的語法?
我是要用 gcc compile 一個程式
想利用到蜂鳴器
在windows 可以很簡單的用 beep去寫
可是這個指令在gcc是無法compile的
我google了好久還是查不到...
有人知道的可以告訴我嗎
謝謝

--
Tags: Linux

All Comments

Una avatar
By Una
at 2010-01-06T10:59
printf("\a"); ?
Lauren avatar
By Lauren
at 2010-01-08T22:16
查linux beep 不是就找到了嗎? http://0rz.tw/1HitT
Necoo avatar
By Necoo
at 2010-01-10T09:42
你是怎麼google的?

cygwin安裝後~無法開啟

Gary avatar
By Gary
at 2010-01-04T13:20
不好意思~~我是新手 想請問我cygwin安裝後 打開視窗~並打入指令startx 它卻出現了以下錯誤訊息 giving up xinit: Connection refused andlt;errno 111andgt;: unable to connect to X server xinit: No ...

請問arpwatch的log訊息解讀

Andy avatar
By Andy
at 2010-01-04T11:28
我知道arpwatch是一個偵測網路IP偽裝的工具 但對於他的用法和送出的log訊息不太了解 想上來問一下有沒有版友在研究這隻tool: 請問log裡面有 sent bad hardware format這代表什麼意思? http://bugs.debian.org/cgi-bin/bugreport.c ...

如何cp特定日期的檔案到另一個目錄?

Damian avatar
By Damian
at 2010-01-04T10:55
可以試試看for loop ex. in bash shell: LIST=`ls -l | grep and#34;Jan 9and#34; | awk and#39;{print $8}and#39;` DEST=and#34;你的目的地and#34; for i in $LIST do cp $i $D ...

如何cp特定日期的檔案到另一個目錄?

Suhail Hany avatar
By Suhail Hany
at 2010-01-04T09:46
OS: AIX-UNIX 想請問一下,如何cp指定日期的檔案到另一個目錄 TServer:/backup/type/abcandgt;ls -l ....... -rw-rw-r-- 1 it008 V2train 55 Dec 30 14:54 drop.sql -rwxr-x ...

讓ubuntu完全像XP XpGnome - Make Linux Look like Windows

Lucy avatar
By Lucy
at 2010-01-04T07:55
讓ubuntu完全像XP XpGnome - Make Linux Look like Windows XP http://kadok0520.pixnet.net/blog/post/25606548 已取得原作者翻譯中文的授權 透過執行這個簡單的 Script 檔案,讓你的Gnome外觀像XP ...