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 3673932
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:47:37+00:00 2026-05-19T02:47:37+00:00

I am used to doing this in C or C++, ie: myChar++; should increment

  • 0

I am used to doing this in C or C++, ie:

myChar++;

should increment a letter.

I am trying to do the same in Objective-C, except that I have a NSString to start off with (the NSString is always just one letter). I have tried converting the NSString to a char *, but this method is deprecated and other ways of achieving this don’t seem to work.

How should I convert an NSString to a char * – or, is there a way to increment a character in objective-c without needing a char * somehow?

Thanks 🙂

  • 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-19T02:47:38+00:00Added an answer on May 19, 2026 at 2:47 am
    // Get the first character as a UTF-16 (2-byte) character:
    unichar c = [string characterAtIndex:0];
    // Increment as usual:
    c++;
    // And to turn it into a 1-character string again:
    [NSString stringWithCharacters:&c length:1];
    

    Of course, this assumes incrementing a Unicode character makes sense, which does for ASCII-range characters but probably not for others.

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

Sidebar

Related Questions

I have got this code that I used before, but now that it I
I am doing this PHP page that have access to a Google account and
While I was doing CSS for a page I found that when I used
I have used PyGame for a while now, and quite enjoyed doing so, but
Primarily this seems to be a technique used by games, where they have all
Converting from Django, I'm used to doing something like this: {% if not var1
Just what the title says: The subprocess module cannot be used as this should
I am used to doing this in jQuery $('#RememberMe').attr('checked', true); but I can't remember
When I first learned Python, I got used to doing this: print text, lineNumber,
I'm doing this piping php script that fetch the arriving emails and the parse

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.