摘要: http://www.cnblogs.com/fangyukuan/archive/2010/09/21/1832675.htmlSequence containersAssociative containersHeadersMemberscomplexvectordequelistsetmulti... 阅读全文
posted @ 2015-04-07 11:46 die 阅读(458) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/fangyukuan/archive/2010/09/18/1830493.html一.找错题试题1:voidtest1(){ charstring[10]; char*str1="0123456789"; strcpy(string, str1 );}... 阅读全文
posted @ 2015-04-07 11:45 die 阅读(277) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/fangyukuan/archive/2010/09/18/1829871.html1.求下面函数的返回值( 微软)intfunc(x){intcountx=0;while(x){countx++;x=x&(x-1);}returncountx;}假定x... 阅读全文
posted @ 2015-04-07 11:44 die 阅读(357) 评论(0) 推荐(0)