[newbie] What do I nedd for compiling c++ code?

2001-11-03 Thread Branislav Karic
I tried to compile c++ code using gcc and get message that gcc can not find iostream.h or other c++ specific files. What do I need to install? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com Want to buy your

Re: [newbie] What do I nedd for compiling c++ code?

2001-11-03 Thread Onur Kucuk
Sunday, November 04, 2001, 12:50:43 AM, you wrote: BK I tried to compile c++ code using gcc and get message that gcc can not BK find iostream.h or BK other c++ specific files. What do I need to install? compile with c++ , the command is it :) Actually it is g++ I guess, but you can use the

Re: [newbie] What do I nedd for compiling c++ code?

2001-11-03 Thread Michael D. Viron
At 03:50 PM 11/03/2001 -0800, you wrote: When I try c++ or g++ I get message: command not found. :-( You most likely don't have the c++ add-in for gcc and / or the standard c++ libraries installed. You may want to verify that you have: [mviron@wsdodev mviron]$ rpm -qa | grep c++

Re: [newbie] What do I nedd for compiling c++ code?

2001-11-03 Thread Branislav Karic
Thank you friend, I managed to install all that is needed and everything is working fine. :-) Michael D. Viron wrote: [EMAIL PROTECTED]"> At 03:50 PM 11/03/2001 -0800, you wrote: When I try c++ or g++ I get message: command not found. :-( You most likely don't have the c++

Re: [newbie] What do I nedd for compiling c++ code?

2001-11-03 Thread Branislav Karic
When I try c++ or g++ I get message: command not found. :-( Onur Kucuk wrote: Sunday, November 04, 2001, 12:50:43 AM, you wrote: BK I tried to compile c++ code using gcc and get message that gcc can not BK find iostream.h or BK other c++ specific files. What do I need to install? compile