Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6733521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:46:43+00:00 2026-05-26T10:46:43+00:00

Suppose I’m getting a C string from some function: char * mystring = SomeCFunction(…);

  • 0

Suppose I’m getting a C string from some function:

char * mystring = SomeCFunction(...);

And I own this string (I’m responsible for freeing it when I’m done).

If, in Objective-C, I create an NSString * using:

NSString * mynsstring = [NSString stringWithCString:mystring 
                                           encoding:NSUTF8StringEncoding];

Am I still responsible for freeing the original C string?

I’m assuming the answer is yes, but I can’t find a definitive answer in the documentation – and the functionality of the opposite method (cStringUsingEncoding), while sensical, does give me pause, because it handles the cString freeing for you.

If the answer is yes, then am I also responsible for making sure I don’t free the c string before I’m done using the NSString *, or does the function copy the string for me? I ask this because the documentation for stringWithCString says it:

Returns a string containing the bytes in a given C array, interpreted
according to a given encoding.

Which still leaves me wondering if it actually copied the bytes, or is just pointing at them internally (and I’m basically just doing a cast).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:46:45+00:00Added an answer on May 26, 2026 at 10:46 am

    It does copy the bytes.

    If you don’t want the bytes to be copied, you may use - (id)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)length encoding:(NSStringEncoding)encoding freeWhenDone:(BOOL)flag instead.

    If you use - (id)initWithBytes:(const void *)bytes length:(NSUInteger)length encoding:(NSStringEncoding)encoding, or any commodity method like stringWithCString:encoding: that itself calls this low-level method, the bytes are copied.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose you have a profile for an application. This profile stores some data specifically
Suppose your git history looks like this: 1 2 3 4 5 1–5 are
Suppose you have 2 different ASP.NET applications in IIS. Also, you have some ASCX
Suppose I have a stringbuilder in C# that does this: StringBuilder sb = new
Suppose a large composite application built on several foundation components packaged in their own
Suppose I'm using a placeholder jQuery plugin that reads the placeholder attribute from input
Specifically, suppose I start with the string string =hello \'i am \' me And
Suppose you have a socket listening on a TCP port, and some clients are
Suppose I have a method like this - (UIButton *) createButtonAtX:(CGFloat)vX Y:(CGFloat)vY{ //... bla
suppose that I've a huge amount of data (>KB/MB) to transfer from an ajax

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.