由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - tr1,问题
相关主题
关于Makefile的一个问题最初级的白痴C++问题
关于C++ STL编译的疑问请教有关header file的几个问题
ask a question about compile shared library using libtoolC语言重复定义问题
vc 2008: compilation error about header filemacro and std:: function name clashing
spent a lot of time try to compile boost怎么样最好的编译不同文件在同一个VC project里面?
auto_ptr_array.h 疑问forward declaration
size of structureQt Creator
Question about friend in C++g++ command line一问
相关话题的讨论汇总
话题: tr1话题: boost话题: stl话题: 安装话题: sgi
进入Programming版参与讨论
1 (共1页)
z****e
发帖数: 2024
1
我不是很明白,
#include
编译没有问题,但是我好像没有安装过boost呀?
这个tr1哪来的?
我看了stl是SGI版的。
用unbuntu。
t****t
发帖数: 6806
2
tr1 comes with your compiler (gcc in your case). just like stl comes with
your compiler as well.

【在 z****e 的大作中提到】
: 我不是很明白,
: #include
: 编译没有问题,但是我好像没有安装过boost呀?
: 这个tr1哪来的?
: 我看了stl是SGI版的。
: 用unbuntu。

z****e
发帖数: 2024
3
那我如果安装了boost,是不是就把原来的tr1给覆盖了?
会不会导致混乱?

【在 t****t 的大作中提到】
: tr1 comes with your compiler (gcc in your case). just like stl comes with
: your compiler as well.

z****e
发帖数: 2024
4
晚了,已经安装了,居然500多M,这么庞大???
t****t
发帖数: 6806
5
boost headers are in .

【在 z****e 的大作中提到】
: 那我如果安装了boost,是不是就把原来的tr1给覆盖了?
: 会不会导致混乱?

M*******i
发帖数: 82
6
what do you mean by 覆盖?
they are in different files and namespaces

【在 z****e 的大作中提到】
: 那我如果安装了boost,是不是就把原来的tr1给覆盖了?
: 会不会导致混乱?

1 (共1页)
进入Programming版参与讨论
相关主题
g++ command line一问spent a lot of time try to compile boost
有偿 求 configure (Autoconf) scriptauto_ptr_array.h 疑问
boost::function 的 syntax 问题size of structure
有人用 boost::property_tree 吗?Question about friend in C++
关于Makefile的一个问题最初级的白痴C++问题
关于C++ STL编译的疑问请教有关header file的几个问题
ask a question about compile shared library using libtoolC语言重复定义问题
vc 2008: compilation error about header filemacro and std:: function name clashing
相关话题的讨论汇总
话题: tr1话题: boost话题: stl话题: 安装话题: sgi