[openbeos] Re: newbie problem

On 2002-12-14 at 17:21:41 [+0100], you wrote:
> hello together,
> until this time i only used beos. no i would like to start some programming.
> first time in beos and also in c++.
> . an extract of my problem is the following piece of code:
[cut]

Are you using, by chance, the BeOs developer edition or some other "strange" 
distribution?
If so, then you have probably a broken compiler.

(and, if this is the case, the following code should crash too)

#include <iostream.h>

int main()
{
        ifstream file;

}



Other related posts: