由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to use iostream.h under SUN ?
相关主题
Could somebody tell me how to link Motif program on IBM RISC 6000?"#! /bin/csh" != "#!/bin/csh" ??????
请问:装了GCC以后按你们的经验,这个错误是由什么引起的?
Re: [转载] 请问:装了GCC以后[转载] 请教关于fortran的
X Window programming[转载] undefined reference to 'grBufferSwap'
[转载] How to keep unreference symboles during linking? (g++)关于 TX 4.0 与老版本不兼容的地方
some wtsocket 编程求救。。。
怎么回事?![转载] 请教: intel fortran 的 segmentation fa
help on building shared object[转载] how to kill a program in a batch file?
相关话题的讨论汇总
话题: sun话题: use话题: linker话题: cout话题: under
进入Unix版参与讨论
1 (共1页)
y**i
发帖数: 357
1
i want to use old classes in iostream.h , ifstream.h ...
#include
#include
...
cout<<"a";
ifstream s("a");
s.gcount();
...
compile is ok, but link will give error:
Undefined symbol:
cout
gcount
seems this is linker problem, how to tell linker to use iostream?
1 (共1页)
进入Unix版参与讨论
相关主题
[转载] how to kill a program in a batch file?[转载] How to keep unreference symboles during linking? (g++)
写了一个find kth number in 2 sorted arrays的code 请大牛看some wt
问题:从电话号码打出所有单词怎么回事?!
黑客rank Stock Maximizehelp on building shared object
Could somebody tell me how to link Motif program on IBM RISC 6000?"#! /bin/csh" != "#!/bin/csh" ??????
请问:装了GCC以后按你们的经验,这个错误是由什么引起的?
Re: [转载] 请问:装了GCC以后[转载] 请教关于fortran的
X Window programming[转载] undefined reference to 'grBufferSwap'
相关话题的讨论汇总
话题: sun话题: use话题: linker话题: cout话题: under