Got any useful routines that you think would be helpful for others trying to program in C for the TI-84 Plus CE? Post them here!

NOTE- This was created as a place to compile a list of C ideas, I know that there are other similar threads. Admins- If this is too repetitive, feel free to delete the thread.
Remove all bugs in your program by putting this as the first statement in your main() function:


Code:
for(;;);
Instructions unclear, bugs are still present.

Code:

#define for(ignore) stuff()

void main(void) {
    for(;;);
}

#undef for

void stuff(void) {
    uint8_t *ptr = NULL;
    *ptr = 0;
}
MateoConLechuga wrote:

Code:
for(;;);

That's just cruel...
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement