Thread: Wip 10?
View Single Post
Re: Wip 10?
Old
  (#10)
Onno Kreuzinger
aka: memed / Server Admin
 
Onno Kreuzinger's Avatar
 
Status: Offline
Posts: 705
Join Date: Jan 2004
Location: germany
Default 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..
  
Reply With Quote