改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的
浙公网安备 33010602011771号