Hey guys,
This should be easy but I need a little help.
This is in C... I have an array or ints I need to put something at the end that I can find to stop a loop... I tried using '\0' or setting it to NULL, but those seem to translate to 0... which doesn't work for me.
any help is appreciated!
This should be easy but I need a little help.
This is in C... I have an array or ints I need to put something at the end that I can find to stop a loop... I tried using '\0' or setting it to NULL, but those seem to translate to 0... which doesn't work for me.
any help is appreciated!
Comment