Wednesday, June 22, 2011

iD, Day 3

So I'm still working on my calculator. Definitely going to be my final project, 'cause I've spent way too much time working on it to abandon it and start a new project. I've spent most of today implementing a new exponent function, which will be able to handle any type of exponent. Then, I'll be able to route the square function to the exponent function without having a separate procedure for squares, and in the future, cubes. This will work well because the exponent function is smart enough to recognize squares and cubes, and will display them as such.
Also, after I'm done with that, I'm thinking of switching to use classes.

No comments:

Post a Comment

Comment goes here.