Jump to content



Photo
- - - - -

Where To Learn C Programming For Casio?


  • Please log in to reply
1 reply to this topic

#1 Nadeem Qureshi

Nadeem Qureshi

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 25 June 2010 - 09:03 PM

Hi there,

I've already read this: http://www.casiocalc...?showtopic=3980.
First tutorial is too complex for my needs, and the second doesn't seem to apply for Casio Calcs since none of its examples work.

All I need to learn is this:
- Displaying text to the user
- Getting and storing user input
- do calculations
- Display the result of calculation
- If-statements
- I do not want to make games.

I am serious about learning this. I've searched for days and weeks on how to program for Casio, but I'm not getting anywhere.
I've already installed the SDK and the revolution library. I'm reading everything I can, but still feel like I know nothing.

I've learned Casio Basic. In Casio Basic I can do something like:

"Choose:"
"1 - Find Area"
"2 - Find circumference"
?->A
If A=1
Then
"Lenght:"?->L
"Width:"?->W
"Area:"
L*W_
If End
If A=2
Then
"Lenght:"?->L
"Width:"?->W
"Circumference:"
2L+2W_
If End

How would I do this in Casio C?

I appreciate any and all help.

Regards,

Nadeem

#2 Guest_Guest_*

Guest_Guest_*
  • Guests

Posted 26 June 2010 - 07:29 PM

Books are always better than online references.

There are two good books out there:
"The C Programming Language" (2nd Edition) - by Brian W. Kernighan and Dennis M. Ritchie
A classic but not so easy to read. With lots of details about C on UNIX systems. Does not cover C99 features.

"Programming in C" (3rd Edition) - by Stephen G. Kochan
Very easy to read. Best for newbies and up to date (Covers C99 features).




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users