程序很简单,输入三个数,先判断能否构成一个三角形。如果不能构成三角形,打印出:ERROR:This is not a triangle!!如果能构成三角形,则计算其面积。编译环境为visual c++ 6.0.源程序如下。问题出现了:当我把所有double换成float之后,结果准确无误;但是把所有float换成double之后,不管我输入三个什么样的数,都显示:ERROR:This is not...
写一个投稿系统,出现错误。如下d:\program files\microsoft visual studio\myprojects\投稿系统测试版\function.c(14) : error C2675: unary '!' : 'struct LNode_MANU' does not define this operator or a conversion to a type accepta...