User profile: Robo66

User info
User name:Robo66
History
Joined:
Number of posts:3
Latest posts:

do while with strstr Statment
but this works? char* str; str=" ["; while( strstr(buffer, str) ); what is so d...

do while with strstr Statment
I've tried, while( strstr(buffer, " ") ); and it executes once even though "buffer" ...

do while with strstr Statment
It's been a long time since I coded anything. I'm having problems checking the equalty of a string ...