Go back to previous topic
Forum nameHigh-Tech
Topic subjectSomething extremely simple to start.
Topic URLhttp://board.okayplayer.com/okp.php?az=show_topic&forum=11&topic_id=190872&mesg_id=197160
197160, Something extremely simple to start.
Posted by stravinskian, Thu Jul-16-09 12:22 PM

I've never really written anything that isn't purely numerical (and therefore purely terminal-based) and purely C++. So it'll be a big learning experience.

The calculator that comes on the pre is absolute shit, and every once in a while I could use a better one. So I'm thinking about writing an RPN calculator. Assuming there are some reasonably acceptable math libraries to work with, it should be quite straightforward, just a few steps up from a Hello World.