Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

如何建立自己的副程式Library

0 views
Skip to first unread message

Roland

unread,
Dec 8, 1997, 3:00:00 AM12/8/97
to

==> 在 Tony_H...@pbbs.chu.edu.tw (Tony Hsu) 的文章中提到:
> 當我建立好許多副程式,希望其它程式也能享用,是不是將宣告
> 建成xxx.h檔,其它程式再include進來就可以了,那麼函式內容
> 該存放在那裡?
> 同樣的情形,換成class又該如何處理?
> 煩請賜教,謝謝!!
用 project 把其它的 *.c 加進來.

也可以compile很多 *.obj --> *.lib ...
除非,您覺得寫的程式庫已經不會更動,或有保密(source)上的考量,
不然,一般應該比較少變成 *.obj 檔 or *.lib.
--
* Origin: ★ 交通大學資訊科學系 BBS ★ <bbs.cis.nctu.edu.tw: 140.113.23.3>

0 new messages