No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Dumb question; If I use the code snipit below, what happens if token is NULL ('\0')? char *token; token=strtok(buffer,':'); while (token) { statement 1; }
Hi Everyone, Just joined. I'm from Central Wisconsin in the U.S. and I'm an IT professional with 27 years in the industry. I am primarily an Infrastructure person as I have supported AD, Networks, Win-PC/Servers, Tandems, VAX's, HP-Unix and AS/400s. Through it all I have had need to write code …
Hi, I've been developing some code that parses output reports and re-reports on information that is of interest. I utilize strtok quite heavily in this program and I have run into the situation where my final strtok call may or may not return some info. Depending on if there is …
The End.
JayNak