I was using Visual C++ 6.0, where strtok worked quite fine.
But now i've been asked to use VS 2005 & i desperately need to use strtok_s. But during compilation, error is shown as 'strtok_s': identifier not found. i am comparatively new to VS 2005.
could anyone please help me.