改C程序可能会出现的错误

一、找不到头文件。

引用头文件要根据在硬盘里的相对路径来输入

二、error C2275: 'u_long' : illegal use of this type as an expression

error C2146: syntax error : missing ';' before identifier 'destination_ip'

error C2065: 'destination_ip' : undeclared identifier

有可能是这个变量的声明没放在前面,有些C编译器就是那么SB的

posted @ 2010-07-26 10:13  欢哥哥  阅读(133)  评论(0)    收藏  举报