当前位置: 查字典图书网> > C语言的科学和艺术> 作者自己写的库怎么不能运行?

作者自己写的库怎么不能运行?

对“作者自己写的库怎么不能运行?”的回应

杳杳 2013-08-03 20:39:48

If you are not using a Unix system, you should instead adopt the
following more general approach, filling in details as appropriate for
your own hardware and software platform:

1. Use FTP to copy all of the files in the standard directory to a new
working directory on your machine.

2. Copy the .h files from this directory into the standard #include
path used by your compiler.

3. Compile each of the source files (exception.c, genlib.c, graphics.c,
random.c, simpio.c, and strlib.c) to produce the corresponding
object file.

4. Combine the object files together to produce a library file. The
steps required to do so vary substantially from system to system.

看看再说 2011-01-30 01:18:53

看readme文档。

simpzan 2010-03-10 12:07:27

书后有自定义库文件代码清单,把那个加进去就可以了

PowerBoy 2010-01-30 16:40:27

源码在哪儿下?

song 2009-07-20 13:31:34

你编译了么?

《C语言的科学和艺术》热门书评


书名: C语言的科学和艺术
作者: [英] 罗伯茨
出版社: 机械工业出版社
译者: 翁惠玉
出版年: 2005-3
页数: 498
定价: 55.00元
装帧: 简裝本
丛书: 计算机科学丛书
ISBN: 9787111159711