2007年1月30日 星期二

C++ and C library on line

http://www.cplusplus.com/

有函式庫查詢 跟範例教學
相當好用

透過Facebook分享

continue and break 用法

continue: 會回到該迴圈下繼續執行
break: 會跳脫迴圈

程式碼
猜數字遊戲

透過Facebook分享

Ubuntu and Debian windows installers

可以在windows下 用exe執行檔來安裝ubuntu Edgy.

https://wiki.ubuntu.com/install.exe/Prototype

下載試看看

透過Facebook分享

2007年1月29日 星期一

LINUX KERNEL 要做的事情

Linux
  • drives devices
  • manages I/O accesses
  • controls process scheduling
  • enforces memory sharing
  • handles the distribution of signals
  • and tends to other administrative tasks
Reference:
Oreilly building embedded linux systems

透過Facebook分享