newbie question: how to make boost helloworld in linux

19 Mar
2006
19 Mar
'06
11:15 p.m.
hi, boost users Can someone tell me how to build boost helloworld.cpp in linux using g++? I have boost installed via yum in my fc3 box. Here is my code. //test.cpp #include <boost/shared_ptr.hpp> #include <iostream> int main(){ std::cout<<"helloworld"; return 0; } g++ test.cpp //can't find boost. Thanks in advance. zl2k
7031
Age (days ago)
7031
Last active (days ago)
0 comments
1 participants
participants (1)
-
kdsfinger@gmail.com