Programming Tutorials

Comment on Tutorial - Using memset(), memcpy(), and memmove() in C By Emiley J



Comment Added by : HeilGates

Comment Added at : 2010-08-04 13:38:12

Comment on Tutorial : Using memset(), memcpy(), and memmove() in C By Emiley J
Excellent.
Just one question... What is the reason for the number of bytes to be of type size_t? Is it a typedef of int? If yes, why not just use int?


View Tutorial