I have a function which needs to do something with a char* (a c string) based on what it is. Is there a better way than doing strcmp() repeatedly, as in:<BR><BR><pre ...