Go Back   XCode Forum- The iPhone and Mac OS Xcode Developer Community > Mac OS > Cocoa

Reply
LinkBack Thread Tools Display Modes

command line template in cocoa
  #1 (permalink)  
Unread 12-02-2009, 07:42 PM
devaditya devaditya is offline
Junior Member
 
Join Date: Dec 2009
Posts: 1
Default command line template in cocoa

#import <stdio.h>

int main( int argc, const char *argv[] ) {
printf( "hello world\n" );
return 0;
}


I simply have to run this program in xcode..which template should i use.
basically i have to create a character based application.
Please tell.
I need both .h and .m files.
Reply With Quote
Reply

Thread Tools
Display Modes

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




All times are GMT. The time now is 11:12 PM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28