View Single Post
  #1  
Old 09-04-2010, 04:30 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default strtok and strlen functions

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 info returned...
__________________
C++
domain name forum
Reply With Quote