What should be added to the class A for the program to compile successfully?
#include <iostream>
class A
{
public:
    A(const int num):_num(num){}
private:
    int _num; 
};
int main(void)
{
    A a;
    return 0;
}

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести