do while with strstr Statmentbut this works? char* str; str=" ["; while( strstr(buffer, str) ); what is so d...
do while with strstr StatmentI've tried, while( strstr(buffer, " ") ); and it executes once even though "buffer" ...
do while with strstr StatmentIt's been a long time since I coded anything. I'm having problems checking the equalty of a string ...