i need to know the C equivilent of the PHP explode function
This is a discussion on need help :)~ within the C++ Programming forums, part of the General Programming Boards category; i need to know the C equivilent of the PHP explode function...
i need to know the C equivilent of the PHP explode function
I'm not 100% sure what the explode function does, but if it seperates strings using a delimiter/seperator then you'll want to look at strtok(). You'll probably have to do more work with it though.
zen