吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 778|回复: 0
收起左侧

[求助] 疯狂报错,大神帮帮

[复制链接]
Bcily 发表于 2021-8-7 15:09
c++新手,下面这段代码疯狂报错
[C++] 纯文本查看 复制代码
#include<iostream>
using namespace std;
class test
{
    private:
    
        int math;
        int chinese;
        int english;
        float chemistry;
    
    public:
    
        void get((float) sub);
        ~test();
        test();
    
}
test::test()
{
    math=140;
    chinese=120;
    english=130;
    chemistry=40;
}
test::~test()
{
    cout<<"Get over!";
}
void test::get((float)sub)
{
    cout<<sub;
}
int main()
{
    {
        char*a;
        cout<<"Key the subject you want to know\n";
        cin>>a;
        cout<<"I know you want to know the grade of English\n";
        get(english);
    }
    return 0;
}

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 01:52

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表