How use "strtok" in Visual Studio 2017

  • Thread starter Thread starter Rico_069
  • Start date Start date
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...
 
Back
Top