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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:22:50+00:00 2026-05-16T06:22:50+00:00

Still working my way through this program. Next task on my to-do list is

  • 0

Still working my way through this program. Next task on my to-do list is selecting random words from a pre-generated list. I’ve got the randomisation code sorted, but I now need to know the best way to store and retrieve words from my big list (and it is a fairly big list – over 220 words).

Since I’m designing for iPhone, memory is a paramount concern. Because of this I was hoping to avoid loading the whole file into memory. I’d much rather have the file laid out so that I can jump straight to an indexed position in the file and grab only the data I need. It would be nice if I could make use of the text file I already have with all the words in it, but I don’t mind converting if there is benefit to some other method.

Anyone got any suggestions about the best way to do this?

-Ash

  • 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-16T06:22:50+00:00Added an answer on May 16, 2026 at 6:22 am

    Don’t worry about the storage space (the storage required is far less than you think). Use a PLIST (File > New File > Resource (Mac OS X) > Property List), and arrayWithContentsOfFile to make loading the words simple (define an array as the root item in the PLIST; Apple’s documentation has further details). Then, simply:

    srandom(time(NULL));
    NSUInteger index = rand() % [array length];
    NSString *word = [array objectAtIndex:index];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm still working my way through some pretty basic Actionscript programming (in Flex), and
So, I'm quite new to Rails and still working my way through the principles.
Still working on lisp recipes and idioms. I have a list like this: ((a
I'm working my way through 'head first design patterns' and want to use this
I'm currently working my way through this book: http://www1.idc.ac.il/tecs/ I'm currently on a section
Spent the good part of this morning working through this, but still…. apologies if
I'm new in c# and i'm still working way through and learning it all.
I'm a novice in PHP & MySQL coding and still working my way through
I'm still learning my way through iOS development and working with Core Data and
Still working through JQuery to get data and repopulate portions of a page. Right

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.