When I try to use strtok, I get an access violation. The program compiles and runs up to that point, but then MSVC asks me for the path of STRTOK.C and if I cancel that dialog, MSVC provides me with an endless list of assembly instructions.
Obviously, I included the right header file (string.h) or it wouldn't have compiled. So-- any idea what's going on??
Obviously, I included the right header file (string.h) or it wouldn't have compiled. So-- any idea what's going on??
Comment