Occasionally I need to use fixed-width integers for communication with external devices like PLCs. I also use them to define bitmasks and perform bit manipulation of image d
Include the file to get the definitions for types like uint16_t. VC++ doesn't come with by default, but you can get that file from several places. Wikipedia lists a few, and Google will find you lots more.