i am trying to use the GCMathParser for an iphone application and i cannot find any support on implementing this framework. people keep saying its easy and im kinda confused, any help would be great thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two changes you need to make in order to use this:
#import <Cocoa/Cocoa.h>to#import <UIKit/UIKit.h>(You could probably get away with using<Foundation/Foundation.h>, too)M_PI(the constant defined in<math.h>for π).You’ll still get warnings (about deprecated methods), but it will compile and work.