开发者

Error from gcc compiler

开发者 https://www.devze.com 2022-12-17 03:53 出处:网络
What does the following error mean: In function `get_ints`: `l` undeclared (first use in this fu开发者_如何学编程nction)

What does the following error mean:

In function `get_ints`:
`l` undeclared (first use in this fu开发者_如何学编程nction)

Thanks, Josh


The compiler complains about variable l being undeclared. Just from experience - check your integer constants, there's a chance you have l instead of 1 somewhere there.


You used l somewhere and didn't define it.

0

精彩评论

暂无评论...
验证码 换一张
取 消