memset
头文件
1 | // c |
使用
1 | void *memset( void *dest, int ch, size_t count ); |
示例
1 | char str[] = "hello world"; |
fill
头文件
1 | #include <algorithm> |
使用
1 | template< class ForwardIt, class T > |
1 | // c |
1 | void *memset( void *dest, int ch, size_t count ); |
1 | char str[] = "hello world"; |
1 | #include <algorithm> |
1 | template< class ForwardIt, class T > |