On Wed, Feb 13, 2002 at 10:31:13 +0100, Anders Lennartsson wrote:
> But with g++3.0 it reports some errors. If I run with -v it displays all
> the paths compiled in, which do seem ok. Why doesn't it find the correct
> location of the include files (which I believe is the problem)?

That is not the problem. Your code does not comply with the current C++
standard. See
http://www.parashift.com/c++-faq-lite/coding-standards.html#[25.4] 
for details and add "using namespace std;" after the #include-s to get it to
compile.

HTH,
Ray
-- 
Pinky, Are You Pondering What I'm Pondering?
I think so Brain, but if they called them "sad meals", kids wouldn't
buy them. 
        Pinky and the Brain in "Brain Meets Brawn"

Reply via email to