Go Back  Mac-Forums.com  > Software > OS X - Darwin and Development > What is wrong with this program?

Reply
 
LinkBack Thread Tools
Old 01-08-2008, 06:47 PM   #1 (permalink)
jaysonturner

 
Member Since: Mar 27, 2007
Posts: 3
jaysonturner is on a distinguished road
Mac Specs: MacBook 2Ghz Core2Duo
What is wrong with this program?

This program loads in a file via a URL (im doing this so i dont have to host the file for now), gets its html and converts it to a string. I then try and display the string and xcode brings up the bloody debugger.

Ive also tried performing other things on the html string, including using range to find substrings, none of them seem to liek the string that is created.

Code:
#import <Foundation/Foundation.h>

int main (int argc, const char * argv[]) {
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

    NSData *data = [NSData dataWithContentsOfFile:@"/Users/Jayson/images.html"];
	
	[data writeToFile:@"/Users/Jayson/html.html" atomically:YES];
	
    NSString *theHTML = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
	
    NSLog(theHTML);
	
    [theHTML release];
    [pool release];

    return 0;
Any help would be grand. Thanks.
jaysonturner is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this post
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Apple to test retail program at Best Buy schweb Apple Rumors and Reports 6 04-12-2004 02:43 PM
Apple Computer Recycling Program schweb Apple Rumors and Reports 1 03-05-2003 01:03 PM

 
 
 
     
Home Calendar Get New
     

Copyright ©2001-2009 Mac-Forums.com. All Rights Reserved. A division of iNET Interactive.

Other iNET Interactive Sites: Web Hosting Talk | Swish Talk | Hosting Catalog.com| Dev Papers| Deleted Domains| Hot Scripts

Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.