In VC++ 6.0 size_t typedef (i.e. type alias name) is the same as unsigned int and you can't get this message at all. In other implementation you can: for example, if size_t is defined as unsigned long (C Standard does not specify integral type for size_t). See size_t definition in <stdlib.h> header in your compiler include library...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.