摘要:
/*!* @class Calculator* This class implements a key-press--based calculator engine.* @throws NSInvalidArgumentException*/#import <Foundation/Foundation.h>@interface Calculator : NSObject {@private NSMutableString *_display; // The calculator display (the value a harwdare-based calculator shows 阅读全文