CS193P Assignment 1: Calculator App
Loading...
1,708
Loading...
Uploader Comments (mglTeek)
see all
All Comments (6)
-
if ([operation isEqual:@"C"]) { operand = 0; waitingOperand = 0; waitingOperation = nil;
}
Not sure if that is imperfect or anything but it works for me.
Note: I dont have this button clearing the memory - I created another button to clear memory buttons so that they can still be used after clearing the screen
-
Hi, I have been attempting this assignment on my own and for the most part I have made good progress. However, I seem to have a problem clearing the screen with the "c" button. If i press it once it clears the screen, but if i press equal again then it will reprint the previous result. Can you send me your code?
Loading...
Well done! Now here's the BIG question. Did you do assignment 2? :)
jmattos 11 months ago
@jmattos HEHE... no :D
mglTeek 11 months ago
Love this video, and I made it. You kno what I mean?
mglTeek 1 year ago