Hi,
if I'm using the sizeof
operator and making use of size_t
in my code, do I have necessarily have to include stddef.h
? I haven't included stddef.h
, and my code compiles without warning with both MVS2008 and with Borland C++ BuilderX.
Thanks a lot...