The blue social bookmark and publication sharing system.
Log in with your username.
I've lost my password.
Log in with your OpenID-Provider.
FILE *file = fopen("myfile", "r"); // check for NULL while(!feof(file)) { NSString *line = readLineAsNSString(file); // do stuff with line; line is autoreleased, so you should NOT release it (unless you also retain it beforehand) }