• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

bosmith

bosmith

Junior Member
I am having trouble getting a simple calculus program to run on my TI-89 titanium graphing calculator. I think there are certain rules for entering my program into my editor. I keep getting a GOTO message that I do not understand. I am hoping someone familiar with writing simple programs on a TI-89 titanium could give me some pointers. Thank you for your consideration.
 
int* ptr1;
double* ptr2;
char* ptr3;

There you go, I don't know what you'll do with them 😛.

Be a little more specific. What are you trying to do? What have you done so far? What is going wrong?
 
Back
Top