benzs的专栏

  • 登录
  • 注册
  • 空间
  • 博客
  • 好友
  • 相册
  • 留言
用户操作
[即时聊天] [发私信] [加为好友]
benzsID:benzs
共9691次访问,排名11341好友0人,关注者1人
benzs的文章
原创 23 篇
翻译 0 篇
转载 0 篇
评论 6 篇
最近评论
anxing_li:如果上面的语句能通过的话
那这条应该也能
char *p ;
char *q ="aasd";
*p=*q;
anxing_li:(1)不调用C++/C的字符串库函数,请编写函数 strcpy
  char *strcpy(char *strDest, const char *strSrc);
  {
   assert((strDest!=NULL) && (strSrc !=NULL)); // 2分
   char *address = strDest; /……
anxing_li:(1)不调用C++/C的字符串库函数,请编写函数 strcpy
  char *strcpy(char *strDest, const char *strSrc);
  {
   assert((strDest!=NULL) && (strSrc !=NULL)); // 2分
   char *address = strDest; /……
ibsrvk:wow power leveling
dxcnjupt:http://bbs.chinaunix.net/viewthread.php?tid=331522&extra=
抄袭时请注明出处
文章分类
    收藏
      相册
      存档
      • 2007年10月(3)
      • 2007年09月(20)
      软件项目交易
      订阅我的博客
      XML聚合  FeedSky
      订阅到鲜果
      订阅到Google
      订阅到抓虾
      订阅到BlogLines
      订阅到Yahoo
      订阅到GouGou
      订阅到飞鸽
      订阅到Rojo
      订阅到newsgator
      订阅到netvibes
      • 开始上传照片

      benzs的相册

      Csdn Blog version 3.1a
      Copyright © benzs