Results of Comment Search
Title | User | Message | Date Posted |
---|---|---|---|
Re: that was ridiculous | DrSane | As defined by the C++ STL, the length() method in the string class will return the type "size_type" which is basically an unsigned integer. Therefore, if a type is not specified for "8", it will be ... | Nov 30, 2008 - 4:22:10 am UTC |
that was ridiculous | StealthAdept | i spent like an hour finding the error in that. apparently if i have a string s and i call s.length()-8, and the length of the string is less than 8, then it returns some randomly huge number rather t... | Nov 30, 2008 - 4:17:37 am UTC |