• 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: init char buffer to null
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: init char buffer to null


  • Subject: Re: init char buffer to null
  • From: Chris Suter <email@hidden>
  • Date: Wed, 13 Dec 2006 14:44:28 +1100

On 13/12/2006, at 2:37 PM, Sandro Noel wrote:

hi, :)

char *buffer;
buffer = malloc(delimiterLocation);
[input getBytes:buffer range:NSMakeRange(index, delimiterLocation)];
// do something
free(buffer);

ok this is simple, my problem lies with buffer initialisation,
i'm not that used to "C" and i was wondering if
Objective-c or Carbon had a specefic function to do such thing...
like a fill function...or something...

the problem is funny, is i read from the file an integer let's say 10 and at position 3
I had 5 because of old memory, i end up with the number 105 :)


anyways, I know it's a dumb question, and i did try and find in the docs
but i dont know what i am looking for so, i get a lot of nothing.

memset will initialise memory for you but I don't actually think you want to do that. You need to post more of the surrounding code.


- Chris


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: init char buffer to null
      • From: email@hidden
    • Re: init char buffer to null
      • From: Sandro Noel <email@hidden>
References: 
 >init char buffer to null (From: Sandro Noel <email@hidden>)

  • Prev by Date: init char buffer to null
  • Next by Date: Re: init char buffer to null
  • Previous by thread: init char buffer to null
  • Next by thread: Re: init char buffer to null
  • Index(es):
    • Date
    • Thread