2012年(135)
发布时间:2012-07-22 22:40:58
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial; line-height: 26px; text-align: left; backgrou......【阅读全文】
发布时间:2012-07-22 22:30:00
int x=35; char str ; //问:strlen(str)和sizeof(str)的值分别是多少? // strlen(str) 值不确定,......【阅读全文】
发布时间:2012-07-09 14:55:17
程序员们经常编写内存管理程序,往往提心吊胆。如果不想触雷,唯一的解决办法就是发现所有潜伏的地雷并且排除它们,躲是躲......【阅读全文】
发布时间:2012-06-19 16:57:26
memcpy()和memmove()都是C语言中的库函数,在头文件string.h中,其原型分别如下: <table width="95%......【阅读全文】