help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pointer to function. why doesn't this compiler


From: Ron Natalie
Subject: Re: pointer to function. why doesn't this compiler
Date: Thu, 27 May 2004 17:35:56 -0400

"2boxers" <2boxers_at_comcast_dot_net> wrote in message 
vgmcb0panm9atlp5bi95btvt2np7hgg1ok@4ax.com">news:vgmcb0panm9atlp5bi95btvt2np7hgg1ok@4ax.com...
> Can somebody tell me why the following program fails to compile?
> I am using gcc-3.4.0.
> 
> #include <iostream>
> using namespace std;

Try changing the above line to
    using std::cout;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]