[haiku-development] Re: broken <string> or messed up system?

  • From: André Braga <meianoite@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 11 Sep 2009 15:58:24 -0300

2009/9/11 scott mc <scottmc2@xxxxxxxxx>:
> I'm seeing a lot of errors in a program I'm trying to build, but it
> may be because I messed up my local system.  Does this little program
> compile without issues for you?
>
> #include <string>
> int main()
> {
>   printf("Hello, world");
> }

Uhm, this might have nothing to do with the error you're experiencing,
but printf is part of <stdio>, not <string>.


Cheers,
A.

Other related posts: