jncs@uno.edu (02/07/91)
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