Comment on A collection of high performance c-string transformationsComments−DrJokepu16yGreat stuff, it's a shame it doesn't work on Windows (yet). Makes me want to spend the rest of my day trying to port it to MSVC.−shin_lao16yYou can use <boost/cstdint.hpp> http://www.boost.org/−sid016ySurely if stdint is all that's missing, http://code.google.com/p/msinttypes/ will work?−halostatue16yWe use http://www.azillionmonkeys.com/qed/pstdint.h in house.
Comments
Great stuff, it's a shame it doesn't work on Windows (yet). Makes me want to spend the rest of my day trying to port it to MSVC.
You can use <boost/cstdint.hpp> http://www.boost.org/
Surely if stdint is all that's missing, http://code.google.com/p/msinttypes/ will work?
We use http://www.azillionmonkeys.com/qed/pstdint.h in house.