I am planning to buy a CASIO FX-9860GII for school, but I am really interested in programming for it.

I looked everywhere on the internet but could not find anything. Is it possible to create programs for it in languages like C or maybe Java and how do you do it?

有帮助吗?

解决方案

These calculators come with a BASIC-like interpretator, so you'd probably want to look into that. Recently, a C compiler was released, so you can program in both languages.

Here, you can have a look at the developers guide, containing information like the SDK, specs etc. Basicaly everything you'll need to know is in there.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top