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
Зарегистрируйся сейчас
или Подпишись на будущие тесты