LIBC string.find() bug !?yep, that was my issue... sorry to bother all... once i used size_t to define the "pos" variables, ...
LIBC string.find() bug !?"pos" was of type "unsigned int pos"
LIBC string.find() bug !?Has anyone encountered the following issue using the string_object.find() method? The method is r...