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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:30:00+00:00 2026-06-06T21:30:00+00:00

I made a linked list and a global start variable for it. I am

  • 0

I made a linked list and a global start variable for it.
I am trying to access the same linked list from its start node in an other class but its value is lost after the viewDidLoad method.
From viewDidLoad I am able to traverse the list but not from other methods..I guess its autoreleasepool in play how can I retain the start value of the start pointer?
the node structure is

struct Movenode{
    NSMutableString *comment;
    NSMutableString *move;
    struct Movenode *variationLink;
    struct Movenode *nextLink;
    struct Movenode *goBack;
};


//viewDidLoad  Metod
- (void)viewDidLoad
{
    [super viewDidLoad];

    myNode=START;
    While(myNode!=NULL)
    {
      NSLog(@"%@",myNode->move);
      myNode=myNode->nextLink;
    }
//it works fine here
}

-(void)otherMethod
{

myOtherNode=START;
while(myOtherNode!=NULL)
{
NSLog(@"%@",myOtherNode->move);//this line will give bad access there is no value in move.
myOtherNode=myOtherNode->nextLink;
}
}
  • 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-06-06T21:30:02+00:00Added an answer on June 6, 2026 at 9:30 pm

    solved the problem by
    1.insted of structure i used class.
    2.i declared the START variable in app delegate.

    using class allowed me to call retain on its objc i can now very well access the linked list from any where

    thanku

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

Sidebar

Related Questions

I have made a template class for a node in a linked list and
I Made label to had value from database and linked it . but the
I am implementing my own linked list in Java. The node class merely has
I've made a Linked List. Its elements keep both previous and next items' address.
Im copying an array of objects to the linked list from a student class
I've got a structure which holds names and ages. I've made a linked-list of
Say you have a linked list structure in Java. It's made up of Nodes:
I have several libraries made by myself (a geometry library, a linked list library,
I have made my own single chained/linked list. Now, if I want to delete/remove
I have a self made data structure (for example linked list) that works well,

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.