Hello, I am new to the site and I recently purchased a secondhand Casio algebra fx 2.0 plus .I can program in C / C ++ and I wanted to know if it was possible in some way to write C / C ++ programs for the aforementioned calculator.If this is possible, I wanted to know what programs, libraries and other install. Many thanks in advance.
How to program in C / C ++ simple programs for casio algebra fx 2.0 pl
Started by
warioss
, Dec 20 2018 11:45 AM
3 replies to this topic
#1
Posted 20 December 2018 - 11:45 AM
#2
Posted 20 December 2018 - 12:40 PM
Hello I am samuel I can look in to it for you if you want
#3
Posted 20 December 2018 - 12:44 PM
Hello I am samuel I can look in to it for you if you want
Hi Samuel, you would do me a great pleasure!
#4
Posted 20 December 2018 - 04:51 PM
They may perhaps help.
In particular what I want to do is write a program in C / C ++, for example:
In particular what I want to do is write a program in C / C ++, for example:
#include <stdio.h>
int main(){
int a,b,res;
printf("Insert a number\n");
scanf ("%d",&a);
printf("Insert another number\n");
scanf ("%d",&b);
res = a+b;
printf("The result is %d",res);
return 0;
}
then I want to obtain something that can make this program run on my calculator. Thanks a lot in advance to anyone who can help me.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


