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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T23:15:43+00:00 2026-05-21T23:15:43+00:00

In my driver class I call this method: NSMutableArray *test = [[myGrid getLoc:5 :

  • 0

In my driver class I call this method:

NSMutableArray *test = [[myGrid getLoc:5 : 5] getAdjacentLocation: 2 : 2];

The header and the first line of the implementation of getAdjacentLocation is:

- (NSMutableArray*) getAdjacentLocation: (int)w: (int)h{
    NSLog(@"checkpoint");
}

The implementation of getLoc is:

- (Location*)getLoc:(int)i : (int)j {
    NSLog(@"check");
    return (Location*)locations[i][j];
}

This is suppose to return a location out of an 2d array. Although the NSLog is call, I dont think it returns it properly?
(can I get 2d arrays with properties?)

I init locations like this

int x = 0;
int y = 0;

        //row
        for(int i = 0; i < 1000; i+=40){
            //column
            for(int j = 0; j < 1000; j+=40) {

                locations[y][x] = [[Location alloc] initWithPosition:CGPointMake(i, j)];

                NSLog(@"%@" ,NSStringFromCGPoint(locations[y][x].locPosition));

                y++;


            }

            x=0;
            y++;

        }

I could be doing something stupid with memory management as this is completely new to me.

The first statement in this method of getadjacentlocation is not executed. Why?
This is probably a very stupid mistake, but can anyone help me out here?
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-21T23:15:43+00:00Added an answer on May 21, 2026 at 11:15 pm

    Your getLoc:: method is probably returning nil, because in your locations initialization code, you’re only incrementing y, not x, leaving most of the elements of location undefined. Fix your loop to increment x inside the column for loop.

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

Sidebar

Related Questions

[1] In JDBC, why should we first load drivers using Class.forName(some driver name). Why
I have a C++ driver I'm trying to compile, and it has this line
this is my first activity code: public class hello extends Activity { /** Called
I have a device driver I want to patch. This device driver calls IOLog
If i declare a generic class as something like public class Driver<V extends Car>
I am trying to write an Setup Project/Installer for a class library driver that
i followed all of these steps in this tutorial: Created a validator class public
Is there a YAML driver for the Java XStream package? I'm already using XStream
When developing a module (device driver, middleware, etc...) that will run in the kernel
We're working on a device driver for Vista. There's a known bug in SPO

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.