Re: [newbie] Is there a C++ compiler somewhere?

2000-09-12 Thread Pete Clapham

Kathleen --

Come now.  C++ may be a pain in the butt in some respects, but it has some real 
advantages.  and the iostream is one of 
them !

pete

On Sun, 10 Sep 2000 21:38:16 -0500, Kathleen Dickason wrote:

Of course, the *best* thing to do is to learn C instead of C++, thus obviating the
need for iostream.h...

*running away fast*

Kathleen,
who is learning C and liking it

Digital Wokan wrote:

 Everyone seems to make it sound like you need to reinstall Mandrake and
 install it with the Developer option.  This is NOT the case.  I would
 use KFM and KPackage to find the library RPM's you need to install to
 put those development library files on your hard drive.  KPackage has a
 tab for listing the files in the RPM before you select to install it.
 Try different lib*.rpm files until you've got the development packages
 installed that you need.

 Mark Thurston wrote:
 
  So what do I do to get the Developer version?  To be quite honest, this is
  for a class that I am taking at school, we have to program in C++ on a Linux
  system, so yes I am very new at this and I can use all the help I can get.
 
  Thanks
  Mark
 
  - Original Message -
  From: "Romanator" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, September 10, 2000 4:44 PM
  Subject: Re: [newbie] Is there a C++ compiler somewhere?
 
   Kathleen Dickason wrote:
   
Not necessarily.  This library file (iostream.h) is missing from the
  Standard
install of drake 7.1, though it does install with the Developer version.
   
Kathleen
   
Larry Marshall wrote:
   
  I tried the gcc, I actually used the command g++ at the command
  prompt and
  every time it gives me an error saying "iostream.h is not found."
  Is

 You must be real new to C++.  You're going to have to read a wee bit
 to get things set up as it's beyond the ability of a conference like
 this to walk you from asking the question you've just asked to
 successfully programming in C++.  The simple answer to your question
 is that iostream.h is the most basic of basic class groups in the C++
 language.  If you've got GNU C++ installed, this file exists on your
 machine.

 Cheers --- Larry
  
   Developer install has it.
  
   --
   Roman
   Registered Linux User #179293
  
  

 --
 Digital Wokan
 Tribal mage of the electronics age
 Guerilla Linux Warrior




Pete Clapham
Department of Biological, Geological, and Environmental Sciences
Cleveland State University
Cleveland, Ohio, 44115
Voice: [216] 687-4820
Fax: [216] 523-7200
[EMAIL PROTECTED]






Re: [newbie] Is there a C++ compiler somewhere?

2000-09-11 Thread lselinger








"Mark Thurston" [EMAIL PROTECTED] on 09/10/2000 01:51:16 PM

Please respond to [EMAIL PROTECTED]
  
  
  
 To:  [EMAIL PROTECTED]   
  
 cc:  (bcc: Lonny Selinger/SaskPower) 
  
  
  
 Subject: Re: [newbie] Is there a C++ compiler somewhere? 
  








Hi Mark,

Just grab all the latests devel packages (I think they are in the RPMS2 dir
on any of the mirror sites) do an rpm -qa | grep gcc  just to see if you
have any of the packages installed ... if not they're all on the site  =)

Lonny

I tried the gcc, I actually used the command g++ at the command prompt and
every time it gives me an error saying "iostream.h is not found."  Is there
any extra packages that I need to install in order to have the C++
libraries
I need for programming?

Mark

- Original Message -
From: "Paul" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, September 10, 2000 9:37 AM
Subject: Re: [newbie] Is there a C++ compiler somewhere?


 On Sun, 10 Sep 2000, Mark Thurston wrote:

 I need to do some C++ programming and I would prefer to do this on a
 Linux machine, is there a C++ compiler and editor in Mandrake-Linux?  I
 have Linux-Mandrake 7.1 complete.

 Linux comes complete with everything. If you installed everything, or
used
 a developer install, the compiler should be there: gcc

 Paul

 --
 Q: What do prisoners use to call each other?
 A: Cell phones.

 http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
   -=PINE 4.21 on Linux Mandrake 7.1=-












[newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Mark Thurston



I need to do some C++ programming and I would 
prefer to do this on a Linux machine, is there a C++ compiler and editor in 
Mandrake-Linux? I have Linux-Mandrake 7.1 complete.

Thanks
Mark


Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Paul

On Sun, 10 Sep 2000, Mark Thurston wrote:

I need to do some C++ programming and I would prefer to do this on a
Linux machine, is there a C++ compiler and editor in Mandrake-Linux?  I
have Linux-Mandrake 7.1 complete.

Linux comes complete with everything. If you installed everything, or used
a developer install, the compiler should be there: gcc

Paul

--
Q: What do prisoners use to call each other?
A: Cell phones.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
  -=PINE 4.21 on Linux Mandrake 7.1=-





Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread John Rye

 Mark Thurston wrote:
 
 I need to do some C++ programming and I would prefer to do this on a
 Linux machine, is there a C++ compiler and editor in Mandrake-Linux?
 I have Linux-Mandrake 7.1 complete.
 
 Thanks
 Mark

Mark.
(Large bulge in cheek)
Every Linux machine is a complete C++ compiler and editor
all rolled into one and boxed up with a whole bunch of other
goodies as well.

Call up your favourit editor and start writing your code.
run man gcc from your commandline and you're off.

Good luck

cheers
-- 
ICQ# 89345394 Mailto: [EMAIL PROTECTED]





Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Kathleen Dickason

g++

Mark Thurston wrote:

 I need to do some C++ programming and I would prefer to do this on a
 Linux machine, is there a C++ compiler and editor in Mandrake-Linux?
 I have Linux-Mandrake 7.1 complete. ThanksMark





Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread syhim77

syhim77 wrote

use kdevelop to program in c or c++, it is good c++/c programming
editor. and kdevelop package includes in
linux mandrake 7.0/7.1 installation cd


Mark Thurston wrote:

 I need to do some C++ programming and I would prefer to do this on a
 Linux machine, is there a C++ compiler and editor in Mandrake-Linux?
 I have Linux-Mandrake 7.1 complete.

 ThanksMark





Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Larry Marshall

 Mark Thurston wrote:
 
 I need to do some C++ programming and I would prefer to do this on a
 Linux machine, is there a C++ compiler and editor in
 Mandrake-Linux?  I have Linux-Mandrake 7.1 complete.

Yes...there is a set of CNU compiler apps and they're first rate.  As
for editors, pick your poison.  Emacs (and I presume Xemacs) has C
syntax filters that help some folks.

Cheers --- Larry




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Larry Marshall

John Rye wrote:
 

 Call up your favourit editor and start writing your code.
 run man gcc from your commandline and you're off.

I think you'll find this works better with g++ if you're going to feed
it C++ code.

Cheers --- Larry




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Larry Marshall


 use kdevelop to program in c or c++, it is good c++/c programming
 editor. and kdevelop package includes in
 linux mandrake 7.0/7.1 installation cd

This is why I like this list.  I know GNU compilers but didn't know
about kdevelop.  Just popped it up and it looks like a really nice
environment from which to use those GNU tools.  Thanks

Cheers --- Larry




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Larry Marshall


 I tried the gcc, I actually used the command g++ at the command prompt and
 every time it gives me an error saying "iostream.h is not found."  Is 

You must be real new to C++.  You're going to have to read a wee bit
to get things set up as it's beyond the ability of a conference like
this to walk you from asking the question you've just asked to
successfully programming in C++.  The simple answer to your question
is that iostream.h is the most basic of basic class groups in the C++
language.  If you've got GNU C++ installed, this file exists on your
machine.

Cheers --- Larry




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Kathleen Dickason

Not necessarily.  This library file (iostream.h) is missing from the Standard
install of drake 7.1, though it does install with the Developer version.

Kathleen

Larry Marshall wrote:

  I tried the gcc, I actually used the command g++ at the command prompt and
  every time it gives me an error saying "iostream.h is not found."  Is

 You must be real new to C++.  You're going to have to read a wee bit
 to get things set up as it's beyond the ability of a conference like
 this to walk you from asking the question you've just asked to
 successfully programming in C++.  The simple answer to your question
 is that iostream.h is the most basic of basic class groups in the C++
 language.  If you've got GNU C++ installed, this file exists on your
 machine.

 Cheers --- Larry





Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Larry Marshall

Kathleen Dickason wrote:
 
 Not necessarily.  This library file (iostream.h) is missing from the Standard
 install of drake 7.1, though it does install with the Developer version.

I guess I wouldn't have thought anyone would believe they were
"installed" for program development without doing a developer
installation.  Of course you're correct.  

Cheers --- Larry




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Digital Wokan

Everyone seems to make it sound like you need to reinstall Mandrake and
install it with the Developer option.  This is NOT the case.  I would
use KFM and KPackage to find the library RPM's you need to install to
put those development library files on your hard drive.  KPackage has a
tab for listing the files in the RPM before you select to install it. 
Try different lib*.rpm files until you've got the development packages
installed that you need.

Mark Thurston wrote:
 
 So what do I do to get the Developer version?  To be quite honest, this is
 for a class that I am taking at school, we have to program in C++ on a Linux
 system, so yes I am very new at this and I can use all the help I can get.
 
 Thanks
 Mark
 
 - Original Message -
 From: "Romanator" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, September 10, 2000 4:44 PM
 Subject: Re: [newbie] Is there a C++ compiler somewhere?
 
  Kathleen Dickason wrote:
  
   Not necessarily.  This library file (iostream.h) is missing from the
 Standard
   install of drake 7.1, though it does install with the Developer version.
  
   Kathleen
  
   Larry Marshall wrote:
  
 I tried the gcc, I actually used the command g++ at the command
 prompt and
 every time it gives me an error saying "iostream.h is not found."
 Is
   
You must be real new to C++.  You're going to have to read a wee bit
to get things set up as it's beyond the ability of a conference like
this to walk you from asking the question you've just asked to
successfully programming in C++.  The simple answer to your question
is that iostream.h is the most basic of basic class groups in the C++
language.  If you've got GNU C++ installed, this file exists on your
machine.
   
Cheers --- Larry
 
  Developer install has it.
 
  --
  Roman
  Registered Linux User #179293
 
 

-- 
Digital Wokan
Tribal mage of the electronics age
Guerilla Linux Warrior




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Larry Marshall

Mark Thurston wrote:
 
 So what do I do to get the Developer version?  To be quite honest, this is
 for a class that I am taking at school, we have to program in C++ on a Linux
 system, so yes I am very new at this and I can use all the help I can get.

Mark, this isn't a different version, it's a choice you make during
installation.

Cheers --- Larry




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Alan Shoemaker

Larry Marshall wrote:
 
  Everyone seems to make it sound like you need to reinstall Mandrake and
  install it with the Developer option.  This is NOT the case.  I would
  use KFM and KPackage to find the library RPM's you need to install to
  put those development library files on your hard drive.  KPackage has a
 
 Given that he's implied he knows nothing about the development tools,
 how would you propose he determine which packages he'll need?  Don't
 mean to sound argumentative but sometimes simple answers are the ones
 that can be of use.
 
 Cheers --- Larry

Mark/Larryyou should be able to do a update install and
choose Developer rather than a complete reinstall.  This will
add the packages needed.

Alan




Re: [newbie] Is there a C++ compiler somewhere?

2000-09-10 Thread Kathleen Dickason

Of course, the *best* thing to do is to learn C instead of C++, thus obviating the
need for iostream.h...

*running away fast*

Kathleen,
who is learning C and liking it

Digital Wokan wrote:

 Everyone seems to make it sound like you need to reinstall Mandrake and
 install it with the Developer option.  This is NOT the case.  I would
 use KFM and KPackage to find the library RPM's you need to install to
 put those development library files on your hard drive.  KPackage has a
 tab for listing the files in the RPM before you select to install it.
 Try different lib*.rpm files until you've got the development packages
 installed that you need.

 Mark Thurston wrote:
 
  So what do I do to get the Developer version?  To be quite honest, this is
  for a class that I am taking at school, we have to program in C++ on a Linux
  system, so yes I am very new at this and I can use all the help I can get.
 
  Thanks
  Mark
 
  - Original Message -
  From: "Romanator" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, September 10, 2000 4:44 PM
  Subject: Re: [newbie] Is there a C++ compiler somewhere?
 
   Kathleen Dickason wrote:
   
Not necessarily.  This library file (iostream.h) is missing from the
  Standard
install of drake 7.1, though it does install with the Developer version.
   
Kathleen
   
Larry Marshall wrote:
   
  I tried the gcc, I actually used the command g++ at the command
  prompt and
  every time it gives me an error saying "iostream.h is not found."
  Is

 You must be real new to C++.  You're going to have to read a wee bit
 to get things set up as it's beyond the ability of a conference like
 this to walk you from asking the question you've just asked to
 successfully programming in C++.  The simple answer to your question
 is that iostream.h is the most basic of basic class groups in the C++
 language.  If you've got GNU C++ installed, this file exists on your
 machine.

 Cheers --- Larry
  
   Developer install has it.
  
   --
   Roman
   Registered Linux User #179293
  
  

 --
 Digital Wokan
 Tribal mage of the electronics age
 Guerilla Linux Warrior