Go Back  Mac-Forums.com  > Software > OS X - Darwin and Development > Object-C Newbie Question

Reply
 
LinkBack Thread Tools
Old 11-04-2009, 04:02 AM   #1 (permalink)
iMarco

 
Member Since: May 17, 2008
Posts: 15
iMarco is on a distinguished road
Object-C Newbie Question

Edit: The "Object-C" was a typo, sorry...objective

Hello guys, I just got this great book (Programming in Objective-C 2.0) and I'm already working on the typical "hello world" program. I typed in the code, debugging ended normally on Xcode but I didn't get anything on screen. Here's the code:

#import <Foundation/Foundation.h>

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

// insert code here...
NSLog(@"Hello World");
NSLog(@"Hello World 2");
[pool drain];
return 0;
}

I pressed Build and Go and I got nothing. Was I supposed to get something on the terminal or anything?? Thanks!

Last edited by iMarco; 11-04-2009 at 04:07 AM.
iMarco is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this post
Reply With Quote
Old 11-04-2009, 09:02 AM   #2 (permalink)
Raz0rEdge

 
Raz0rEdge's Avatar
 
Member Since: Jul 17, 2009
Posts: 293
Raz0rEdge will become famous soon enough
Mac Specs: Mac Mini
Open up the console and you'll see your NSLog messages appear there..

Regards
Raz0rEdge 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
Newbie question about OS Virtualisation Munkee6002 Switcher Hangout 3 10-15-2009 11:45 AM
Newbie has question about iPhoto doctorxring Switcher Hangout 0 05-14-2006 10:29 PM
mac newbie question (iWeb) Emuleem22 Switcher Hangout 4 03-02-2006 11:03 PM
Newbie Question rsjackman87 Switcher Hangout 4 05-10-2005 03:12 PM
Newbie question on wireless laptop? Big Dog Dad Switcher Hangout 3 06-12-2004 10:03 AM

 
 
 
     
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.