2010年12月19日 星期日

Programming Abstractions in C

by Eric S. Roberts



a standard version: (the unix-xwindows version cannot be installed on Debian)

1. 必須使用 csh
2. 將 standard.shar 下載至 /opt
3. sh standard.shar
4. cd cslib
5. make
6. cp gccx /usr/local/bin
7. cp cslib.a /usr/lib

gccx 是一個 csh 的 script, 執行時會設定路徑,所以使用 gccx 也要用 csh.


5 ways you can learn programming faster:
  1. Look at the example code.
  2. Run it.
  3. Write your own code as soon as possible.
  4. Learn to use a debugger(dbx).
  5. Seek out more sources.
 

沒有留言:

張貼留言