Search results

  1. J

    cocoa help

    whats posted above is the header file then
  2. J

    cocoa help

    it says theres two syntax error and im still so new to obective-c and programming in general i have to ask what is a header file? is it the .m file?
  3. J

    cocoa help

    hello my name is james and im just starting out as a programmer and so far i ve programed two apps thi being my second and ive encountered a problem #import "AppController.h" @implementation AppController - (IBAction)add3:(id)sender { [textBox1 setIntValue:[textBox1 intValue] + 3]...
Back
Top