1
Calculator C / Re: crash after calling function twice
« on: May 26, 2010, 04:53:13 pm »
Thanks for the advice, the function thing is working now.
However, I still couldn't figure out how to quit a program and make the calculator continue working the old-fashioned way.
/edit:
problem solved, the last lines should be
However, I still couldn't figure out how to quit a program and make the calculator continue working the old-fashioned way.
/edit:
problem solved, the last lines should be
Code: [Select]
while (!isKeyPressed(KEY_NSPIRE_ESC)) {
rand();
}
return 0;
The nspire doesn't like doing nothing