Annotation of Examples/AppKit/CalculatorLab++/SimpleCalc_main.C, revision 1.1.1.1

1.1       root        1: /*
                      2:  *     Generated by the NeXT Interface Builder.
                      3:  */
                      4:  
                      5: extern "Objective-C"
                      6: {
                      7: #import <stdlib.h>
                      8: #import <appkit/Application.h>
                      9: }
                     10: 
                     11: main(int argc, char *argv[]) {
                     12:     NXApp = [Application new];
                     13:     [NXApp loadNibSection:"SimpleCalc.nib" owner:NXApp];
                     14:     [NXApp run];
                     15:     [NXApp free];
                     16:     exit(0);
                     17: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.