R
Rico_069
Guest
I get an error message when trying to use "strtok". The message says "This function or variable may be unsafe" and it recommends to use "strtok_s" instead. Do I really need to use "strtok_s"? Or might I be including the wrong .h header library? I'm including "string.h" and "stdio.h".
Continue reading...
Continue reading...