• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: gcc c++ vs. visual c++ info?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >gcc c++ vs. visual c++ info? (From: james tittle <email@hidden>)
 >Re: gcc c++ vs. visual c++ info? (From: Dirk Stegemann <email@hidden>)

  • Prev by Date: Re: gcc c++ vs. visual c++ info?
  • Next by Date: Re: gcc c++ vs. visual c++ info?
  • Previous by thread: Re: gcc c++ vs. visual c++ info?
  • Next by thread: Re: gcc c++ vs. visual c++ info?
  • Index(es):
    • Date
    • Thread