Problem after upgrading kevelop
Muhammad Rizwan Khan
rizwan at advcomm.net
Wed Jan 26 06:51:22 GMT 2005
If you don't sure then don't reply on these sort of lists.
>You've already been told how to solve it, include <iostream> instead
> of <iostream.h> and probably you'll also need <string>
This did not work with me.
Can you try this simple program:
#include <iostream>
int main ()
{
cout <<"test"<<endl;
}
By running this program i got these errors:
/root/test.cpp: In function `int main()':
/root/test.cpp:4: `cout' undeclared (first use this function)
/root/test.cpp:4: (Each undeclared identifier is reported only once for
each
function it appears in.)
/root/test.cpp:4: `endl' undeclared (first use this function)
What these errors indicates?
> This has nothing to do with kdevelop or kde, this is C++ basics.
If this is nothing to do with Kdevelop then why this problem arise with
new version and with old kdevelop its running fine.
I 'll really suggest you if you are not sure about the answer then don't
confuse others.
Thanks
On Wed, 2005-01-26 at 06:24, Andreas Pakulat wrote:
> On 25.Jan 2005 - 17:35:28, Muhammad Rizwan Khan wrote:
> >
> > Sir, this is the real problem, how can i fix that?
>
> You've already been told how to solve it, include <iostream> instead
> of <iostream.h> and probably you'll also need <string>
>
> This has nothing to do with kdevelop or kde, this is C++ basics.
>
> Andreas
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list