2016年6月18日

C语言 百炼成钢21

摘要: //题目57:编写一个业务函数,实现字符串(前后各有三个空格,单词前后也均有空格) //" i am student, you are teacher " , //各个单词首字符大写,结果如下" i am student, you are teacher " , //要求1:实现所有接口 70 //要求2:写出测试程序 30 #include #include #incl... 阅读全文

posted @ 2016-06-18 23:12 寒魔影 阅读(264) 评论(0) 推荐(0)

C语言错误: CRT detected that the application wrote to memory after end of heap buffer

摘要: CRT detected that the application wrote to memory after end of heap buffer 多是中间对其进行了一些操作,在程序结束处,释放内存的时候,引起错误: HEAP CORRUPTION DETECTED:after Normal bl 阅读全文

posted @ 2016-06-18 22:59 寒魔影 阅读(4504) 评论(0) 推荐(0)

导航