Dreadnought @ September 3rd 2013, 11:30 pm wrote:
You can probably place code there, but it will never execute since the switch will bring you to the appropriate case, avoiding the code.
I'm not sure what your doing that requires you to deallocate a pointer in the switch block but there is probably an alternative. Perhaps some more context would help?
Actually, nevermind about it.
I'm not going to try and save 1 byte of memory lol. Whatever XD
I was just trying to delete the variable that holds what the user inputs in my program, which is used in the switch-case.