登录 | 首页 -> 华新鲜事 -> 社会百科 | 切换到:传统版 / sForum | 树形列表
请问怎么样安装STL?
<<始页  [1]  末页>> 

请问怎么样安装STL?我现在因为一个程序的需要安装SGI STL, 但是下载全是*.h文件和一些没有文件扩展名的文件, 请问我到底应该怎么样安装?[裴彬 (5-26 18:49, Long long ago)] [ 传统版 | sForum ][登录后回复]1楼

open VC++ 6.0tools->options->directories, include the .h file directory in "include files", include the other files directory in "library files"[darkart (5-27 11:09, Long long ago)] [ 传统版 | sForum ][登录后回复]2楼

(引用 darkart:open VC++ 6.0tools->options->directories, include the .h file directory in "include files", include the other files directory in)Recent versions of VC++ itself comes with STL,I think... And the latest version of SGI STL is not for VC++.

For the SGI STL, the header files and the files without ext are all you need (code and algo are already written in the header files). Just make sure the SGI STL directory can be found by your C compiler (in case of VC++, you can follow the previous post; for gcc, etc., use -Ipath will do.) Note that the files without ext are also header files, just that they aggregately include all header files of one category.
[Flying (5-27 11:37, Long long ago)] [ 传统版 | sForum ][登录后回复]3楼


<<始页  [1]  末页>> 
登录 | 首页 -> 华新鲜事 -> 社会百科 | [刷新本页] | 切换到:传统版 / sForum