Search results

  1. H

    Importing values from a file

    Sorry, totally skipped my mind - Cocoa.
  2. H

    Importing values from a file

    I need to import certain values from a tab delimited text file. I understand I can see the contents of the file as a string, but will searching for a tab or end of line marker be the best way to pick out certain values (if so, how exactly would I do this - which methods would I use)? Or is...
  3. H

    Sorting techniques

    I learned these back in the day in a Comp. Sci. class I took. From what I understand of Cocoa, there is an actual method that sorts the array in ascending order. What I don't understand is how to use this method (sortWithFunction or whatever other sort methods Cocoa has). Please inform me of...
  4. H

    Help a wee lad wit a Cocoa problem

    More specifically (and sort of generally) how do I pass one array to three different classes? If I just declare it in main.m, it won't do the trick will it? What is the trick?
  5. H

    Help a wee lad wit a Cocoa problem

    Here is my problem (keep in mind I am a still developing young programmer and the objective language phenamenon was only presented to me lately) I have a simple program that runs 3 windows (3 nib files in PB, and 3 seperate classes - I also have a class that is used to open the new windows)...
Back
Top