Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!samsung!rex!JNCS@uno.edu From: jncs@uno.edu Newsgroups: comp.sys.next Subject: Using Obj-c on the NeXT Message-ID: <00943DF1.E0CFBB20@uno.edu> Date: 7 Feb 91 15:49:22 GMT Sender: news@rex.cs.tulane.edu Reply-To: jncs@uno.edu Lines: 17 I started learning the use of Objective-C on a NeXT; a simple question I have is the development of programs. Do I have to use either IB or the application kit to write my programs? ie. Do the main programs have to look something like : main() { [Application new]; setUp(); [NXApp run]; [NXApp free]; } I'm a bit confused trying to put the pieces together and also trying to use my previous programming experience. Thanks Jaime Nino