Results 1 to 2 of 2

Thread: Programming on a Casio CFX-9850Ga Plus (calc)

  1. #1

    Programming on a Casio CFX-9850Ga Plus (calc)

    Ok. Last yeat I bought a Casio CFX-9850Ga Plus graphing calculator from my school, and I've been learning to program on it.

    One thing that I've just discovered how to use is the ':' operator.

    As far as I can tell, the colon acts exactly the same as the newline character (as in, it separates different commands), except that it doesn't actually make a new line in the editor. Another major difference is that it significantly speeds up the program to replace all the newlines with colons.

    The only real downside to this (that I can tell) is that you'd effectively be putting your program all on one line, and it's considerably harder to maintain the code.

    Does anybody know why the colon operator magically makes the program run faster? Or if there are any drawbacks to using it instead of the regular newline characters?

    Thanks

  2. #2

    Re: Programming on a Casio CFX-9850Ga Plus (calc)

    I have a predecessor to your calculator, a GFX-6700a if I'm not mistaken, and it doesn't display several lines on the screen at once, so the colon is the only way to seperate commands. I would guess that it made it to the newer models, and that's why yours has it. As for why there's a speed difference, that is beyond me.

Similar Threads

  1. Programming language development
    By tech291083 in forum Programming
    Replies: 1
    Last Post: 10-15-2007, 02:39 PM
  2. Not sure my college is good for Programming
    By mariline in forum Windows - General Topics
    Replies: 0
    Last Post: 08-16-2007, 09:16 PM
  3. Difference in programming??
    By in forum Programming
    Replies: 11
    Last Post: 07-04-2003, 08:03 PM
  4. High paying programming jobs
    By kavarogep in forum General Chat
    Replies: 13
    Last Post: 03-24-2002, 03:28 AM
  5. Unix Network Programming Review
    By Aaron_Adams in forum Programming
    Replies: 8
    Last Post: 03-17-2002, 12:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •