1
Calculator C / OS cleaning up things after program is off?
« on: September 07, 2015, 08:34:01 pm »
So I recently got into TI-Nspire CX programming, and I've had this looming worry... Does the OS deal with cleanup after program exit? i.e. say I malloc some memory and exit without freeing it. Does the OS recognize that it should be freed?
Furthermore, say I open a file and then shut down the program without closing it. Would there be any problems stemming from that?
TIA
Furthermore, say I open a file and then shut down the program without closing it. Would there be any problems stemming from that?
TIA