Re: gcc c++ vs. visual c++ info?
Re: gcc c++ vs. visual c++ info?
- Subject: Re: gcc c++ vs. visual c++ info?
- From: Dirk Stegemann <email@hidden>
- Date: Sun, 23 Jan 2005 17:20:45 +0100
Hi,
Am 23.01.2005 um 15:41 schrieb Thaddaeus Frogley:
Does this happen during static initialisation? That is, before you
enter "main"?
Not for every code I try to to troubleshoot.
E.g., there is code like this:
void MyFunction(string path)
{
ifstream file;
// use file to open path and read content
...
}
Without using ifstream, it works (btw: fopen seems to be faster anyway).
I'm not sure how this function would be inlined with optimisation level
set to -Os or -O3, but that's when I see crashes when calling
MyFunction().
Thanks,
Dirk Stegemann
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden