• 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: A malloc error in C++
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A malloc error in C++


  • Subject: Re: A malloc error in C++
  • From: Giacomo Monari <email@hidden>
  • Date: Wed, 29 Aug 2007 17:28:03 +0200

Btw it is really weird... As everybody noted that main is structured in blocks so I tried to gradually comment those blocks to see where the error lays...
Well the answer is in this part:
{
GMNLFS::DataAnalysis<vector<double>::iterator,double> llsAnalysis(lls.begin(),lls.end());
cout << "Max lls = " << llsAnalysis.GetMax() << endl;
cout << "Min lls = " << llsAnalysis.GetMin() << endl;
cout << "Average lls = " << llsAnalysis.GetAverage() << endl;
cout << "Variance of lls = " << llsAnalysis.GetVariance() << endl;
cout << "Standard Deviation of lls = " << llsAnalysis.GetStdDeviation() << endl;
cout << "Skewness of lls = " << llsAnalysis.GetSkewness() << endl;
cout << "Kurtosis of lls = " << llsAnalysis.GetKurtosis() << endl;
cout << " ------------------------------------- " << endl;
//llsAnalysis.~DataAnalysis();
}


wich doesn't seem that different to the other blocks...

Giacomo


-- Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Scegli ciò che stai cercando tra migliaia di annunci, prova con Email.it Annunci, l’inserzione è gratuita!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6891&d=29-8
_______________________________________________
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


  • Follow-Ups:
    • Re: A malloc error in C++
      • From: Jack Repenning <email@hidden>
    • Re: A malloc error in C++
      • From: "Shawn Erickson" <email@hidden>
    • Re: A malloc error in C++
      • From: Paul Walmsley <email@hidden>
References: 
 >Re: A malloc error in C++ (From: Giacomo Monari <email@hidden>)

  • Prev by Date: Re: A malloc error in C++
  • Next by Date: Re: A malloc error in C++
  • Previous by thread: Re: A malloc error in C++
  • Next by thread: Re: A malloc error in C++
  • Index(es):
    • Date
    • Thread