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

  • SEARCH
  • Home
  • 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 6747963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:30:31+00:00 2026-05-26T12:30:31+00:00

I tried below code : NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSString *

  • 0

I tried below code :

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];


NSString * str1 = @"program";

NSArray * alphabets = [NSArray arrayWithObjects:@"a",@"b",@"c",@"d",@"e",@"f",@"g",@"h",@"i",@"j",@"k",@"l",@"m",@"n",@"o",@"p",@"q",@"r",@"s",@"t",@"u",@"v",@"w",@"x",@"y",@"z",nil];
NSMutableDictionary * alphaToNum = [NSMutableDictionary dictionary];
NSMutableDictionary * numToAlpha = [NSMutableDictionary dictionary];

NSInteger index =0;
int shifter = 5;

for(NSString * character in alphabets){
    index++;
    [alphaToNum setObject:[NSNumber numberWithInteger:index] forKey:character];
    [numToAlpha setObject:character forKey:[NSNumber numberWithInteger:index]];
}

NSRange * rng = {0,0};
NSLog(@"-------");
//NSLog(@"%@" , [str1 substringWithRange:NSMakeRange(1, 1)]);

for(int i=0;i<[str1 length];i++)
{   
    NSString * ss = [str1 substringWithRange:NSMakeRange(i, 1)];
    NSInteger  i = [alphaToNum valueForKey:ss];

    i = (i + 5);
            NSLog(@"%d",i); //last code
}

and this is what I get for the last code

2011-10-24 13:20:08.289 cipher[22732:a0f] 1103808

2011-10-24 13:20:08.290 cipher[22732:a0f] 1101168

2011-10-24 13:20:08.290 cipher[22732:a0f] 1103200

2011-10-24 13:20:08.290 cipher[22732:a0f] 1103616

2011-10-24 13:20:08.291 cipher[22732:a0f] 1103584

or even sometimes

“EXC_BAD_ACCESS”.

which is totally wrong!

  • 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-26T12:30:31+00:00Added an answer on May 26, 2026 at 12:30 pm
    NSInteger  i = [alphaToNum valueForKey:ss];
    

    This will return an NSNumber object, not an NSInteger.

    Make that line as follows,

    NSInteger  i = [[alphaToNum valueForKey:ss] integerValue];
    

    And regarding the crash, we can answer only after looking at the crash log. That would be more helpful.

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

Sidebar

Related Questions

I want to invoke /etc/init.d/tomcat6 in subprocess. I have tried the below code, but
I am just learning Perl's comparison operators. I tried the below code :- $foo=291;
I want to open an xlsx file, I have tried the below code,but neither
In the code below I tried in two ways to access the parent version
I have tried rectifying the code below. But I am not able to find
I tried accessing web for xml parsing using the code below: System.Uri proxy =
Below is my code, i tried to open my excel file in my c#
I tried the following code in LINQPad and got the results given below: List<string>
I tried the below code to search the string pattern ]]>*/--> and replace it
I really surprised when I tried below code in MySQL: SELECT * FROM table

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.