error:multiple types in one declaration.what does that error mean ...

error:multiple types in one declaration.what does that error mean ...

瀏覽:786
日期:2025-06-23
include class invent2 class invent1 { int code; int items; float price; public: invent1(int a,int b,float c) { code=a;items=b;price=c; } void ......看更多