From: Peter C. <pet...@ne...> - 2001-12-13 12:12:21
|
> From: J.P. King [mailto:jp...@he...] > The const casts I dealt with by introducing a new variable > char *tmpstring > and using strcpy to copy a const char * (or quoted string) into > tmpstring, and then used that. Ick! Can you not fix the calls (that do not change their string) using const_cast? |