• 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: dynamically allocating arrays of type double
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dynamically allocating arrays of type double


  • Subject: Re: dynamically allocating arrays of type double
  • From: Scott Ribe <email@hidden>
  • Date: Fri, 15 Apr 2005 13:26:12 -0600

> values = (double **)malloc(sizeof(double));
> memset(0,sizeof(double) * r * c, values);

values = (double **)malloc(sizeof(double)*r*c);

;-)


--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: dynamically allocating arrays of type double (From: Greg <email@hidden>)

  • Prev by Date: PostgreSQL and Objective-C
  • Next by Date: Re: Self terminating popup window - need help
  • Previous by thread: Re: dynamically allocating arrays of type double
  • Next by thread: Re: dynamically allocating arrays of type double
  • Index(es):
    • Date
    • Thread