C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28695
Number of posts: 94715

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Error: string is not a member of std Posted by kchakus on 15 Jul 2005 at 3:57 AM
Hi,
I'm trying to compile a C++ program on Solaris 2.10 with SUN CC5.5 latest patch level.
I'm facing an issue while compiling the following line.
std::string createString();
the error is

"Error: string is not a member of std."

Any idea how to solve this issue? Suggestions are greatly
appreciated.

Thanks
Chakra


Report
Re: Error: string is not a member of std Posted by stober on 15 Jul 2005 at 5:17 AM
: Hi,
: I'm trying to compile a C++ program on Solaris 2.10 with SUN CC5.5 latest patch level.
: I'm facing an issue while compiling the following line.
: std::string createString();
: the error is
:
: "Error: string is not a member of std."
:
: Any idea how to solve this issue? Suggestions are greatly
: appreciated.
:
: Thanks
: Chakra
:
:
:

did you include <string> ?

Report
Re: Error: string is not a member of std Posted by kchakus on 15 Jul 2005 at 5:57 AM
: : Hi,
: : I'm trying to compile a C++ program on Solaris 2.10 with SUN CC5.5 latest patch level.
: : I'm facing an issue while compiling the following line.
: : std::string createString();
: : the error is
: :
: : "Error: string is not a member of std."
: :
: : Any idea how to solve this issue? Suggestions are greatly
: : appreciated.
: :
: : Thanks
: : Chakra
: :
: :
: :
:
: did you include <string> ?
:
:

HI,
No. I'm not including any header files in that file which is
throwing this error

--
Chakra

Report
Re: Error: string is not a member of std Posted by stober on 15 Jul 2005 at 6:30 AM
: HI,
: No. I'm not including any header files in that file which is
: throwing this error
:

Well then, how in the world do you expect the compiler to know what string is unless you tell it???



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.