Re: Wip 10? -
23-04-2004
*g* well i did find out what to change, i'st rather that this function is MS specific, in ISO C++ there is no function doing toupper for cstring's, so i used ifdefs and the transform function.
eg: transform (str22.begin(),str22.end(), str22.begin(), tolower);
instead of: _strupr(str22);
compiling w/o errors on linux and commited to cvs
sunny morning view from my balcony:
see our WIKI!
see our filebase!
Last edited by Onno Kreuzinger; 23-04-2004 at 12:44..
|