Thread: Ti-83 plus programming to C++ programming...

  1. #16
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Except that you should name your functions the same way you called them

    a != gotoa
    b != gotob

  2. #17
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    To compare if two things are equal in C++, you use == instead of =.

  3. #18
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    you dont go: !== though, for NOT EQUAL TO you use !=

  4. #19
    His posts are far and few Esparno's Avatar
    Join Date
    Mar 2002
    Posts
    100
    No worries everyone, Ive figured it out, you can just do what I tried before, Somehow, last night I tried doing the labeling as 10: and the goto as "goto 10" and it worked, it even went back up the code, thanks all who helped anyways.
    Signature is optional, I didnt opt for one.

  5. #20
    Registered User JasonLikesJava's Avatar
    Join Date
    Mar 2002
    Posts
    175
    >No No No, See im not ready to change from goto to for or
    >while, im going to stick with goto and I want someone to
    >explain why my program doesnt work

    I programmed a TI-83 for a while (not much else to do in Algebra I). As soon as I went to C/C++ I got rid of the goto's immediately... like they said: for and while loops get the same thing done and are.. well... just plain better.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. TI 89 Programming
    By alpha in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 02-27-2003, 06:14 PM
  2. TI 89 Input routine with comma, backspace and sign
    By overspray in forum C Programming
    Replies: 1
    Last Post: 01-14-2003, 05:51 AM
  3. TI Flash Apps
    By Korn1699 in forum C Programming
    Replies: 1
    Last Post: 04-01-2002, 03:01 AM
  4. GForce4 Ti Game engine
    By novacain in forum Game Programming
    Replies: 3
    Last Post: 02-23-2002, 12:46 AM
  5. TI Tetrinet
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 10-10-2001, 08:34 PM