注册 登录
编程论坛 C++教室

在线等回复,编译时出现以下错误

banghack 发布于 2008-08-11 01:45, 605 次点击
--------------------Configuration: main - Win32 Debug--------------------
Compiling...
main.c
c:\documents and settings\administrator\桌面\源代码\main.c(77) : warning C4013: 'compressBound' undefined; assuming extern returning int

main.obj - 0 error(s), 0 warning(s)


什么原因 -.-

[[it] 本帖最后由 banghack 于 2008-8-11 02:40 编辑 [/it]]
3 回复
#2
xlh52252008-08-11 10:18
'compressBound' undefined;你看不懂??
#3
xzx10020022008-08-11 13:45
compressBound 这个变量没有定义。
lz不会没有学过英语吧。
#4
elegant872008-08-11 22:00
没有定义呀!你看看是不是输入错了呢?
1