Craig Kattner wrote:
> 
> Sorry to take this stuff here, but I'm trying to compile some stuff for a
> class on my 5.0 machine and it keeps complaining about undefined
> references. No normal error this or that. It throws up a list of files
> with a .o extension all located in /tmp and then declares "undefined
> refernce to: cout" etc, etc. Now, it think it pretty reasonable that I
> don't get these things. I've got the only include I need (as far as I
> know) in there, so anyone got any ideas please?

some of the actual error messages would help...(not that I, a C++
greenhorn, would be much help even with them)

cout is defined in iostream.h. If you didn't include it, you didn't
include something you need.

-- 
Fred W. Noltie Jr.
Criterion Consulting
Coon Rapids, MN USA

Running Linux 2.0.33


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to