Posts: 528
Threads: 40
Joined: Dec 2008
Yes, the program is written in C and C++ and runs directly on the ARM CPU. I'm biased of course, but I think it demonstrates several things:
-
The raw speed of the ARM processor and the potential for very fast programs on the 50g.
- The HPGCC compiler.
- C++ with HPGCC.
- The HPObjects library that lets C programs read and write calculator objects.
- The sudoku solving algorithms are written to be fast, but also clear. The program demonstrates bit manipulations, a fast algorithm for counting the bits in a word, recursion and several other programming concepts. Source code is included.
Dave