摘要: 【转】http://www.cplusplus.com/reference/clibrary/cstring/memcpy/memcpyfunction<cstring>void * memcpy ( void * destination, const void * source, size_t num );Copy block of memoryCopies the values ofnumbytes from the location pointed bysourcedirectly to the memory block pointed bydestination.The u 阅读全文
posted @ 2011-08-30 14:52 双城记 阅读(920) 评论(0) 推荐(0)