Jump to content



Photo
- - - - -

How to program in C / C ++ simple programs for casio algebra fx 2.0 pl


  • Please log in to reply
3 replies to this topic

#1 warioss

warioss

    Newbie

  • Members
  • Pip
  • 5 posts

  • Calculators:
    Casio Algebra Fx 2.0 Plus

Posted 20 December 2018 - 11:45 AM

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.



#2 PhantomOverrideAlpha

PhantomOverrideAlpha

    Casio Fan

  • Members
  • PipPip
  • 45 posts
  • Gender:Male
  • Location:Massillon Ohio USA
  • Interests:Coding
    Hacking
    music
    porting

  • Calculators:
    casio FX-9750GII
    casio FX-9860GIII
    Casio FX-9750GIII

Posted 20 December 2018 - 12:40 PM

Hello I am samuel I can look in to it for you if you want



#3 warioss

warioss

    Newbie

  • Members
  • Pip
  • 5 posts

  • Calculators:
    Casio Algebra Fx 2.0 Plus

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 warioss

warioss

    Newbie

  • Members
  • Pip
  • 5 posts

  • Calculators:
    Casio Algebra Fx 2.0 Plus

Posted 20 December 2018 - 04:51 PM

Looking around the net I found these resources:

1) https://www.casiocal...ilities#totitle
 
 
 
They may perhaps help.

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.

 






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users