c语⾔中错误提⽰(持续更新)
错误类型:(多报错是好事)
⼀、warning
⼆、error
三、linux命令
1、warning
-[warning] assignment makes integer from pointer without a cast [enabled by default]
赋值类型和变量类型不⼀致
c语言错误提示大全 -[warning] on array function parameter ‘array’ will return size of ‘int *’
原因是数组作为参数传给函数时,是传给数组的地址,⽽不是传给整个的数组空间,因⽽sizeof(arr)这句话会报错
2、error
-[Error] assignment of read-only location '* p'
对只允许读的数据进⾏修改操作
-[Error]subscripted value is neither array nor pointer nor vector
对⼀个⾮数组,指针,向量使⽤下标
3、linux命令
size: filename: File format not recognized(⽂件格式不正确)
***持续更新中***
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论